View Full Version : What is Semantic HTML ?
  
Sankara Vignesh
01-22-2018, 08:04 AM
Semantic HTML is a coding style where the tags embody what the text is meant to convey. In semantic HTML, tags like for bold, and for italic should not be used, reason being they just represent formatting, and provide no indication of meaning or structure.
24x7servermanag
01-22-2018, 08:55 AM
Semantic HTML or semantic markup is HTML that introduces meaning to the web page rather than just presentation. For example, a <p> tag indicates that the enclosed text is a paragraph.
This is both semantic and presentational, because people know what paragraphs are and browsers know how to display them.
saurabh mathur
02-01-2018, 03:19 AM
Semantic HTML is the use of HTML markup just to reinforce the semantics,It can also be described as the information in webpage and the web applications rather then merely to define the presentation or the look. Semantic markup is how you can ensure the HTML that you write will be semantically meaningful and accurate.
davidsmith21
02-01-2018, 03:54 AM
Semantic html may be the utilization from claiming html markup will strengthen the semantics, or meaning, of the data in webpages Also web provisions instead of just will define its presentation alternately take a gander. Semantic html will be transformed Toward customary web browsers and also by huge numbers other client operators.
RH-Calvin
02-01-2018, 09:45 AM
Semantic HTML is the use of HTML markup to reinforce the semantics, or meaning, of the information in webpages and web applications rather than merely to define its presentation or look. Semantic HTML is processed by traditional web browsers as well as by many other user agents.
padmadevi
02-01-2018, 02:43 PM
A semantic element clearly describes its meaning to both the browser and the developer.
Example of non-semantic elements:
<div>and <span>- Tells nothing about its content.
Examples of semantic elements:
<form>,<table>,and<img> - Clearly defines its content
html5 semantic elements
<header></header>
<nav> </nav>
<section> </section>
<article> </article>
<footer> </footer>
smmexpertss
02-23-2018, 07:15 AM
Semantic HTML or semantic markup is HTML that introduces meaning to the web page rather than just presentation. For example, a <p> tag indicates that the enclosed text is a paragraph. ... There are many more semantic HTML tags that can be used as you build a standards-compliant website
KateSteel
03-22-2018, 03:16 AM
Semantic HTML is the use of HTML markup to reinforce the semantics, or meaning, of the information in webpages and web applications rather than merely to define its presentation or look.
emmaaqueenn
08-01-2018, 06:16 AM
Semantic HTML or semantic markup is HTML that introduces meaning to the web page rather than just presentation. For example, a <p> tag indicates that the enclosed text is a paragraph.
Sherin
08-19-2020, 07:44 AM
Semantic HTML or semantic markup is HTML that introduces meaning to the web page rather than just presentation. For example, a <p> tag indicates that the enclosed text is a paragraph. This is both semantic and presentational because people know what paragraphs are, and browsers know how to display them.
On the flip side of this equation, tags such as <b> and <i> are not semantic. They define only how the text should look (bold or italic), and don't provide any additional meaning to the markup.
Examples of semantic HTML tags include:
Header tags <h1> through <h6>
<blockquote>
<code>
<em>
There are many more semantic HTML tags to use as you build a standards-compliant website.
Saravanan28
08-21-2020, 01:19 PM
Semantic HTML is the correct use of HTML to reinforce the meaning of content on a web page, rather than merely define its appearance. Semantically correct HTML helps search engines, screen readers, and other user devices determine the significance and context of web content.
yuva12
09-22-2020, 08:35 AM
Semantic HTML is the use of HTML markup to reinforce the semantics, or meaning, of the information in webpages and web applications rather than merely to define its presentation or look. Semantic HTML is processed by traditional web browsers as well as by many other user agents.
voizacinc
10-07-2020, 01:58 PM
Semantic HTML or semantic markup is HTML that introduces meaning to the web page rather than just presentation. For example, a <p> tag indicates that the enclosed text is a paragraph. This is both semantic and presentational because people know what paragraphs are, and browsers know how to display them.
On the flip side of this equation, tags such as <b> and <i> are not semantic. They define only how the text should look (bold or italic), and don't provide any additional meaning to the markup.
Examples of semantic HTML tags include:
Header tags <h1> through <h6>
<blockquote>
<code>
<em>
yuva12
10-17-2020, 10:45 AM
A semantic element clearly describes its meaning to both the browser and the developer. Examples of non-semantic elements: <div> and <span> - Tells nothing about its content. Examples of semantic elements: <form> , <table> , and <article> - Clearly defines its content.
 
Powered by vBulletin® Version 4.2.4 Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.