-
Which of the following is not semantic element for text in HTML5?
-
- <time>
- <article>
- <wbr>
- <mark>
- None of these
Correct Option: B
Semantic elements used for text are <mark>, <time>, <wbr> whereas <article>, <aside>, <figure>, <footer>, <header> etc. are the semantic elements for structuring a page in HTML5.