| Tag | Definition | Example |
|---|---|---|
| <table> | To create a table inside your website | This thing is a table |
| <img alt="pic" src="link"> | Tiz an Image | ![]() |
| <ul> | creates an unordered list on your page |
|
| <ol> | creates an ordered list on your page |
|
| <a href="link'> ... </a> | Creates a hyperlink to another page | Go watch Dinosaurs on Netflix |
| <p>...</p> | Adds a paragraph to your webpage | This is a Paragraph This is another paragraph |
| <strong> | It bolds the text | Absolutly not |
| <h1><h2><h3>...<h6> | Creates headings from the first ( or main ), to subheadings in subheadings in subheadings in subheading. There are 6 headings. | This is heading 1This is heading 2This is heading 3... |
| <hr> | Adds a horizontal line | |
| <em> | Adds emphasis to the text | This table is very large |