This page will be redirected to outside
| Tags | Definition | Example |
|---|---|---|
| <h1></h1> | Creates the largest possible heading |
Heading |
| <em></em> | Emphasizes text | Emphasized text |
| <p></p> | Creates a paragraph of text | <p>This is a paragraph.</p> |
| <br> | Adds a line break | Line 1 Line 2 |
| <hr> | Creates a horizontal line |
|
| <li></li> | Creates a item from a list | •List item |
| <ol><li></li></ol> | Creates an ordered list |
|
| <img src="link" alt="pic"> | Creates an image |
|
| <a href="website link" target="blank"> | Creates a hyperlink to a different website | |
| <iframe src="website link"> | embends a website into yours |