Difference between revisions of "HTML"

From CNM Wiki
Jump to: navigation, search
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[HTML]] ([['''H'''yper'''t'''ext '''M'''arkup '''L'''anguage]]) is the standard [[markup language]] for [[web document]]s. ''HTML'' is one of three [[web language]]s that complement each other. Among these three, (a) ''HTML'' is used to mark up a [[webpage]], (b) [[CSS|Cascading Style Sheets]] ([[CSS]]) is used to provide multiple [[webpage]]s of one or more [[website]]s with a [[single source of truth]] for their graphic elements, and (c) a [[programming language]], [[JavaScript]] ([[JavaScript|JS]]), is used to create everything, especially multimedia features, that the first two languages cannot create.
+
[[HTML]] ([[Hypertext Markup Language|'''H'''yper'''t'''ext '''M'''arkup '''L'''anguage]]) is any [[markup language]] that the [[World Wide Web Consortium]] ([[W3C]]) defined until 2004 and the [[Web Hypertext Application Technology Working Group]] ([[WHATWG]]) has been defining since 2004 as a standard for marking-up [[web document]]s.
 +
 
 +
''HTML'' is one of three cornerstone [[webpage language]]s that complement each other. Among these three, (a) ''HTML'' is used to mark up a [[webpage]], (b) [[CSS|Cascading Style Sheets]] ([[CSS]]) is used to provide multiple [[webpage]]s of one or more [[website]]s with a [[single source of truth]] for their graphic elements, and (c) a [[programming language]], [[JavaScript]] ([[JavaScript|JS]]), is used to create everything, especially multimedia features, that the first two languages cannot create.
  
  

Latest revision as of 18:09, 20 October 2023

HTML (Hypertext Markup Language) is any markup language that the World Wide Web Consortium (W3C) defined until 2004 and the Web Hypertext Application Technology Working Group (WHATWG) has been defining since 2004 as a standard for marking-up web documents.

HTML is one of three cornerstone webpage languages that complement each other. Among these three, (a) HTML is used to mark up a webpage, (b) Cascading Style Sheets (CSS) is used to provide multiple webpages of one or more websites with a single source of truth for their graphic elements, and (c) a programming language, JavaScript (JS), is used to create everything, especially multimedia features, that the first two languages cannot create.


See also

Related lectures