Semantic HTML: Difference between revisions

Content deleted Content added
m History: Formatting update to include < and > around tag names.
I
Tags: Reverted Visual edit Mobile edit Mobile web edit
Line 1:
'''Semantic HTML''' is the use of [[HTML]] markup to reinforce the [[semantics]], or meaning, of the information in [[Web page|web pages]] and [[web application]]sapplications rather than merely to define its [[Model–view–presenter|presentation or look]]. Semantic HTML is processed by traditional [[web browser]]sbrowsers as well as by many other [[user agent]]sagents. [[Cascading Style Sheets|CSS]] is used to suggest its presentation to human users.
{{Redirect|Semantic markup|more general usage|separation of content and presentation|semantics in programming languages|Semantics (computer science)}}
{{Short description|HTML used to reinforce meaning of documents or webpages}}
[[File:HTML element content categories.png|thumb|HTML element content categories]]
'''Semantic HTML''' is the use of [[HTML]] markup to reinforce the [[semantics]], or meaning, of the information in [[Web page|web pages]] and [[web application]]s rather than merely to define its [[Model–view–presenter|presentation or look]]. Semantic HTML is processed by traditional [[web browser]]s as well as by many other [[user agent]]s. [[Cascading Style Sheets|CSS]] is used to suggest its presentation to human users.
 
== History ==