-
Which of the following is not a semantic element?
-
- <article>
- <span>
- <form>
- <table>
- 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.