What are semantic elements in HTML?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
Semantic elements clearly describe their meaning in a human- and machine-readable way. Examples include:
• <header>: Represents the header section of a document.
• <article>: Represents an independent piece of content.
• <footer>: Represents the footer section.
Non-semantic elements like <div> and <span> do not carry meaning about their content.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / nashiinformaticssolutions
Semantic elements clearly define their meaning to both the browser and developers. Examples:
• <header>, <footer>, <article>, <nav>.
| Is This Answer Correct ? | 0 Yes | 0 No |
Semantic elements clearly describe their meaning in a human- and machine-readable way. Examples include:
• <header>: Represents the header section of a document.
• <article>: Represents an independent piece of content.
• <footer>: Represents the footer section.
Non-semantic elements like <div> and <span> do not carry meaning about their content.
| Is This Answer Correct ? | 0 Yes | 0 No |
Semantic elements clearly define their meaning to both the browser and developers. Examples:
• <header>, <footer>, <article>, <nav>.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the differences between cell spacing and cell padding?
What is purpose of clearPosition() method of geolocation object of HTML5?
What is difference between html and dhtml?
What are dom levels?
What does a href mean?
In how many ways can a heading be written in html?
How to use html5 new tags in ie8 and lesser.
What is the purpose of Socket.bufferedAmount atribute of WebSocket?
What are the types of tags?
What is the use of the required attribute in html5?
What is html6?
Is a tag self closing?