What are the another tags provided for better structuring in HTML5?

Asked: Apr 15, 2023

1) <mark> - It defines highlighted text.

2) <meter> - It defines a scalar measurement within a known range.

3) <nav> - It defines links for navigation.

4) <progress> - This tag exhibits the progress of a task.

5) <ruby> - It defines a ruby annotation for East Asian typography.

6) <rt> - It defines an explanation/pronunciation of characters for East Asian typography.

7) <rp> - This tag tells the system what to display in browsers that do not support ruby annotations.

8) <section> - It defines a section in a document.

9) <summary> - It provides a visible heading for a <details> element.

10) <time> - This tag defines a date/time.

11) <wbr> - This tag defines a line-break.

Asked by brijesh

Answers (0)

No answers yet. Be the first to answer!