The various tags provided for better structuring in HTML 5 are:
1) <article> - This tag defines an article.
2) <aside> - It defines content other than the page content.
3) <bdi> - This tag isolates a part of text for formatting in a different direction from other text.
4) <command> - It defines a command button to be invoked by the user.
5) <details> - It defines additional details that can be viewed or hidden by the user.
6) <dialog> - It defines a dialog box.
7) <figure> - This tag specifies content like illustrations, diagrams, photos, code listings, etc.
8) <figcaption> - It is used to provide a caption for a <figure> element
9) <footer> - This tag defines a footer for a document or section
10) <header> - This tag is used to define a header for a document or section
11) <hgroup> - When there are multiple levels in a heading, it groups a set of <h1> to <h6> elements.
Answers (0)