HTML: Difference between revisions
Jump to navigation
Jump to search
imported>Supten Sarbadhikari mNo edit summary |
imported>Supten Sarbadhikari No edit summary |
||
Line 1: | Line 1: | ||
'''Hypertext markup language''' or '''html''' is a set of tags and rules (conforming to [[SGML]]) for using them in developing hypertext documents [http://wordnet.princeton.edu/perl/webwn?s=html]. It is a coding language used to make hypertext documents for use on the Web. HTML resembles old-fashioned typesetting code, where a block of text is surrounded by codes that indicate how it should appear. HTML allows text to be ''linked'' to another file on the [[Internet]]. It is a [[W3C]] standard | '''Hypertext markup language''' or '''html''' is a set of tags and rules (conforming to [[SGML]]) for using them in developing hypertext documents [http://wordnet.princeton.edu/perl/webwn?s=html]. It is a coding language used to make hypertext documents for use on the Web. HTML resembles old-fashioned typesetting code, where a block of text is surrounded by codes that indicate how it should appear. HTML allows text to be ''linked'' to another file on the [[Internet]]. It is a [[W3C]] standard used for creating [[World Wide Web]] pages. | ||
==See also== | ==See also== | ||
*[[Body text]] | *[[Body text]] | ||
==External links== | |||
===Tutorials and guides=== | |||
*[http://www.yourhtmlsource.com/ HTML Source: HTML Tutorials] | |||
*[http://htmldog.com/ HTML Dog] | |||
*[http://www.html.net/tutorials/html/introduction.asp HTML.net] | |||
*[http://www.htmlquick.com/tutorials.html HTMLQuick.com tutorials] | |||
<!-- This list is intentionally kept short; please use the discussion page to nominate new entries. Thanks. --> | |||
===HTML Markup Validators=== | |||
*[http://validator.w3.org/ W3C's Markup Validator] | |||
*[http://www.htmlhelp.com/tools/validator/ WDG HTML Validator] | |||
*[http://uitest.com/en/analysis/ Validators and checkers] ([http://uitest.com/en/check/ Site Check]) | |||
*[http://kzone.host.sk/download/item4.htm Off-line HTML Validator v1.0] for Windows | |||
===Other specifications=== | |||
*[http://whatwg.org/specs/web-apps/current-work/ Web Applications 1.0] A specification generally referred to as "HTML 5". The Web Hypertext Application Technology working group are an independent initiative who cooperate with the W3C. | |||
[[Category:HTML| ]] | |||
[[Category:4-letter acronyms]] | |||
[[Category:ISO standards]] | |||
[[Category:Markup languages]] | |||
[[Category:Technical communication]] | |||
[[Category:W3C standards]] |
Revision as of 00:24, 29 January 2007
Hypertext markup language or html is a set of tags and rules (conforming to SGML) for using them in developing hypertext documents [1]. It is a coding language used to make hypertext documents for use on the Web. HTML resembles old-fashioned typesetting code, where a block of text is surrounded by codes that indicate how it should appear. HTML allows text to be linked to another file on the Internet. It is a W3C standard used for creating World Wide Web pages.
See also
External links
Tutorials and guides
HTML Markup Validators
- W3C's Markup Validator
- WDG HTML Validator
- Validators and checkers (Site Check)
- Off-line HTML Validator v1.0 for Windows
Other specifications
- Web Applications 1.0 A specification generally referred to as "HTML 5". The Web Hypertext Application Technology working group are an independent initiative who cooperate with the W3C.