Computer Science, asked by princesahu83199, 2 months ago

20 HTML tags with their uses​

Answers

Answered by sanskarpatel18
1
  1. <article> This element is used to define an independent piece of content in a document, that may be a blog, a magazine or a newspaper article.
  2. <aside> It specifies that article is slightly related to the rest of the whole page.
  3. <audio> It is used to play audio file in HTML.
  4. <bdi> The bdi stands for bi-directional isolation. It isolates a part of text that is formatted in other direction from the outside text document.
  5. <canvas> It is used to draw canvas.
  6. <data> It provides machine readable version of its data.
  7. <datalist> It provides auto complete feature for textfield.
  8. <details> It specifies the additional information or controls required by user.
  9. <dialog> It defines a window or a dialog box.
  10. <figcaption> It is used to define a caption for a <figure> element.
  11. <figure> It defines a self-contained content like photos, diagrams etc.
  12. <footer> It defines a footer for a section.
  13. <header> It defines a header for a section.
  14. <main> It defines the main content of a document.
  15. <mark> It specifies the marked or highlighted content.
  16. <menuitem> It defines a command that the user can invoke from a popup menu.
  17. <meter> It is used to measure the scalar value within a given range.
  18. <nav> It is used to define the navigation link in the document.
  19. <progress> It specifies the progress of the task.
  20. <rp> It defines what to show in browser that don't support ruby annotation.
Similar questions