A List Of Most Important Tags
- html tag
- This is the tag that contains all tags (the tag of all tags)
- div tag
- A block level tag that is used to separate and target chunks of code
- body tag
- everything that appears on the user's screen is contained within the body tag
- p tag
- If you want to write a paragraph of text, just put it inside of a p tag
- h1 to h6 tags
- If you want to make a headline, just put it between openning and closing h1 to h6 tags
- ul and ol
- If you want to make a list these tags are your best options
- table tags
- When we want to make a table we use the whole range of table tags
- form tags
- Sometimes we want to collect information from users and we do that using forms
- Title tag
- Every page should have a title