| Tag | Definition | Example |
|---|---|---|
| "p" | standard size text. used for large text and paragraphs. | ts a paragraph |
| "h1" | heading. larger than normal text. |
h1h2h3 |
| "li" | adds a bullet point to the beginning of the text. |
|
| "ul" | used to create an unordered list. |
|
| "a" | embeds a hyperlink using href. | click me |
| "div" | creates a container to divide sections of html |
box
|
| "br" | moves text to the next line | hi wsp |
| "hr" | creates a horizontal line | top line
ure rly cool |
| "strong" | bold text | text |
| "em" | italic text | text |
| <img> | displays an image on the webpage |
|