Difference between revisions of "HTML"
From Forensics Wiki
Uwe Hermann (Talk | contribs) (Various corrections and small fixes. Added links to relevant documentation.) |
Uwe Hermann (Talk | contribs) m |
||
| Line 15: | Line 15: | ||
* [http://www.w3.org/TR/html401/ HTML 4.01 Specification] | * [http://www.w3.org/TR/html401/ HTML 4.01 Specification] | ||
* [http://www.w3.org/TR/xhtml11/ XHTML 1.1 Specification] | * [http://www.w3.org/TR/xhtml11/ XHTML 1.1 Specification] | ||
| + | |||
| + | [[Category:File Formats]] | ||
Revision as of 12:27, 3 May 2006
The Hypertext Markup Language (HTML) file format is used to create/display web pages.
Its main purpose is to align text, images, or links on a website in a specific way. Web pages with .html or .htm extensions are examples of static web site files. Any server or database technologies require another language on top of HTML to create dynamic features in a web site. HTML files are mere plain text files whose contents follow certain rules.
HTML files can be viewed using any web browser, e.g. Internet Explorer or Firefox.
XHTML
The Extensive Hypertext Markup Language (XHTML) is similar in nature to HTML, but has a stricter XML-based syntax.