| Tag | Definition | Examples |
|---|---|---|
| <p>...</p> | Creates a paragraph | This is a paragraph. |
| <h1> to <h6> | Creates headings |
Example Heading |
| <a href=""> | Creates a hyperlink | Example Link to W3Schools.com/hyperlink |
| <img> | Displays an image |
|
| <ul> and <li> | Creates an unordered list |
|
| <ol> and <li> | Creates an ordered list |
|
| <br> | Creates a line break | Line 1 Line 2 |
| <hr> | Creates a horizontal line |
|
| <iframe> | Embeds another webpage or video | |
| <em> | Emphasizes part of text | This text is emphasized |