Home » HTML » Html miscellaneous » Question
  1. Which of the following is not a semantic element?
    1. <article>
    2. <span>
    3. <form>
    4. <table>
    5. None of these
Correct Option: B

Semantic element describes its meaning to both developer and browser. Some of the semantic elements are <article>, <form>, <table>. Non-semantic elements are <span> and <div> and they tell nothing about their content.



Your comments will be displayed only after manual approval.