This is a paragraph in a paragraph tag. Lorem ipsum dolor sit amet consectetur adipisicing elit. Explicabo, cum beatae odit voluptatum possimus sequi voluptate culpa voluptatibus et nam quisquam rerum ratione? Quas tenetur at eum alias dicta. Qui?
The <blockquote> HTML element indicates that the enclosed text is an extended quotation.
Hey this is pre-formatted text that I set up
Part of this text is important. Can you tell the difference?
This text has been modified to look bold.
The following is a call to a function in my algorithms
class
MSTDQ(G=(V, E))
Ever wanted to look something up? Check out this search engine
These are some of Davidson's logos
1 | 2 | 3 |
---|---|---|
2 | 3 | 1 |
3 | 2 | 1 |
Tag | Name | Reference #1 | Reference #2 |
---|---|---|---|
<p> </p> | Paragraph tag | <p>: The Paragraph element - HTML: HyperText Markup Language | MDN (mozilla.org) | HTML p tag (w3schools.com) |
<a> </a> | Anchor tag | <a>: The Anchor element - HTML: HyperText Markup Language | MDN (mozilla.org) | HTML a tag (w3schools.com) |
Attribute | Values | Purpose |
---|---|---|
href | Link to a document or website | Linked document or website |
id | any-unique-name | ID used for css. Most specific unique identifier |
class | any-name-that-can-be-reused | Class used for css. There can be multiple of the same class |
target | _blank ,
_self , _parent ,
_top |
You can specify if the linked object will opened in the same tab, different tab, new window and other options. |