Semantic HTML: Difference between revisions

Content deleted Content added
History: Multiple changes
short desc
Line 1:
{{Short description|HTML used to reinforce meaning of documents or webpages}}
{{Redirect|Semantic markup|more general usage|separation of content and presentation|semantics in programming languages|Semantics (computer science)}}
'''Semantic HTML''' is the use of [[HTML]] markup to reinforce the [[semantics]], or meaning, of the information in webpages 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 ==