Which of the following are non-semantic tag(s) of HTML5?
Select one or more:
O <div>
0
<span>
<header>
O
<nav>
Answers
Answered by
15
Answer:
<div> and <span>
Explanation:
<div> , <span> - non-semantic tags
<header> , <nav> - semantic tags
Answered by
0
Answer:
The <div> and <span> are the non-semantic tag(s) of HTML5.
Explanation:
- The semantic elements or tags explain the meaning to the browser and developer. These elements/tags simply mean elements that have meaning. Their definition in the code instructs the browser and developer about their role or function. It describes the form of content they are supposed to contain.
Examples :
- <article>
- <aside>
- <details>
- <figcaption>
- <figure>
- <footer>
- <header>
- <main>
- <mark>
- <nav>
- <section>
- <summary>
- <time>
- The non-Semantic elements or tags don’t have any meaning that tells nothing about the content they contain. They are used with different attributes to put up semantics common to a group.
Examples :
- <div>
- <span>
#SPJ3
Similar questions
Math,
2 months ago
English,
2 months ago
Computer Science,
2 months ago
India Languages,
4 months ago
English,
1 year ago
English,
1 year ago