HTML5 Tags
HTML5 Tags
Document Structure:
2. Sectioning Elements:
• <aside>: Represents content that is tangentially related to the content around it.
3. Grouping Content:
4. Text Content:
5. Lists:
6. Forms:
• <datalist>: Contains a set of <option> elements for use with <input>'s list attribute.
7. Multimedia:
8. Embedded Content:
9. Table Elements:
• <thead>, <tbody>, <tfoot>: Group header, body, and footer content in a table.
• <details>: Represents a disclosure widget from which the user can obtain additional
information.
11. Scripting: