PDA

View Full Version : What is Semantic HTML ?



sinelogixtech
12-19-2018, 04:14 AM
What is Semantic HTML ?

RH-Calvin
12-19-2018, 06: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.

MVMInfotech18
12-21-2018, 05:07 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.

sithub19
01-03-2019, 01:05 PM
Semantic markup is a way of writing and structuring your HTML (Hypertext Markup Language) so that it reinforces the semantics, or meaning, of the content rather than its appearance.

besthomepackers
01-08-2019, 12:25 PM
Semantic HTML markup gives meaning to otherwise anonymous containers or text structures.

shoppingswag
01-10-2019, 04:51 AM
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.

softwaretesting
01-15-2019, 08:40 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.

Akshay_M
11-18-2022, 10:57 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.