1. Styles
1.1. bad
1.2. good
1.3. not as good
1.4. not as bad
1.5. important
1.6. warning
2. main
2.1. open a new tab
2.2. <hr>
2.2.1. example
2.2.1.1. code
2.2.1.2. visual
2.3. <main>
2.3.1. The <main> tag specifies the main content of a document. The content inside the <main> element should be unique to the document. It should not contain any content that is repeated across documents such as sidebars, navigation links, copyright information, site logos, and search forms.
2.4. <a>
2.5. <nav>
2.6. <ul> <li>
2.6.1. An unordered list ( <ul> ) is used to create a list of items in no particular order i.e. the order of items is not relevant. By default, the items in this list will be marked with bullets. Whereas, an ordered list ( <ol> ) is used to create a list of items in a specific order.
2.7. <span>
2.8. <dl><dt><dd>
2.8.1. example
2.8.1.1. code
2.8.1.2. look
2.8.1.3. The <dl> HTML element represents a description list. The element encloses a list of groups of terms (specified using the <dt> element) and descriptions (provided by <dd> elements).
2.9. <div>
2.10. <input>
2.11. <button>
2.12. <section>
2.13. <time>
2.14. <footer>
2.15. <h1>
2.15.1. Only have one H1 per page
2.16. <table><thead><tbody><tr><th>
2.17. Doc type
2.17.1. Meta tags
2.17.1.1. 1
2.17.2. SEO
2.17.2.1. title is important
2.17.2.2. description
2.17.2.3. Keywords
2.17.2.4. robots
2.18. Course brad
2.18.1. 002
2.18.1.1. 008
2.18.1.1.1. tables
2.18.1.1.2. use "!" for boiler plate
2.18.1.1.3. list
2.18.1.2. 007
2.18.1.2.1. <a>
2.18.1.2.2. <img>
2.18.1.3. 006
2.18.1.3.1. <strong>
2.18.1.3.2. <em>
2.18.1.3.3. <br>
2.18.1.3.4. <hr>
2.18.1.4. 009
2.18.1.4.1. form
2.18.1.5. 010
2.18.1.5.1. Block
2.18.1.5.2. inline
2.18.1.6. 011
2.18.1.6.1. style
2.18.1.7. 012
2.18.1.7.1. entities
2.18.1.7.2. html 5 tags