Difference between revisions of "HTML"

 
Line 1: Line 1:
−
'''HTML''' or '''HyperText Markup Language''' is a markup language designed for the creation of [[web pages]] with [[hypertext]] and other information to be displayed in a [[web browser]].
+
'''HTML''' or '''HyperText Markup Language''' is a '''markup language''' for content on the [[web]]. In an HTML document, various HTML '''tags''' surround content and denote certain types of HTML '''elements''', such as [[GoLive_CS2#Paragraphs|paragraphs]] or [[GoLive_CS2#Headings|headings]]. [[Web pages]] marked up with HTML are served by a [[web server]] and displayed in users' [[web browser|web browsers]].
 +
 
 +
[[XHTML]] is considered by the [[W3C]] to be HTML's successor. [[Web Services]] attempts to have every site they maintain validate as '''XHTML 1.0 transitional'''.
  
 
{{stub}}
 
{{stub}}
  
 
[[Category:World Wide Web]]
 
[[Category:World Wide Web]]

Revision as of 16:20, 22 November 2006

HTML or HyperText Markup Language is a markup language for content on the web. In an HTML document, various HTML tags surround content and denote certain types of HTML elements, such as paragraphs or headings. Web pages marked up with HTML are served by a web server and displayed in users' web browsers.

XHTML is considered by the W3C to be HTML's successor. Web Services attempts to have every site they maintain validate as XHTML 1.0 transitional.