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 is difference between html and xhtml?
What is self closing tag?
Should I put quotes around attribute values?
what's use of <br> command
What are the entities in html?
How much does a website cost?
Explain numbered lists in html?
How to create emails links?
Are there any problems with using tables for layout?
Why is html not a programming language?
How do I eliminate the blue border around linked images?
Should I use lower case or upper case for tags?