Difference between pages "Word Document (DOC)" and "HTML"
From Forensics Wiki
(Difference between pages)
Joachim Metz (Talk | contribs) m (Word (DOC) moved to Word Document (DOC)) |
|||
| Line 1: | Line 1: | ||
| − | The ''' | + | 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 [[TXT|plain text files]] whose contents follow certain rules. | |
| − | + | HTML files are usually viewed using a [[Web Browser|web browser]], can also be opened with a variety of other programs. | |
| − | + | == XHTML == | |
| − | + | The '''Extensive Hypertext Markup Language''' ('''XHTML''') is similar in nature to HTML, but has a stricter [[XML]]-based syntax. | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | == | + | == External Links == |
| − | [ | + | * [http://en.wikipedia.org/wiki/Html Wikipedia: HTML] |
| − | + | * [http://en.wikipedia.org/wiki/Xhtml Wikipedia: XHTML] | |
| − | + | * [http://www.w3.org/TR/html401/ HTML 4.01 Specification] | |
| − | + | * [http://www.w3.org/TR/xhtml11/ XHTML 1.1 Specification] | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | [http:// | + | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
[[Category:File Formats]] | [[Category:File Formats]] | ||
Revision as of 19:29, 10 March 2007
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 are usually viewed using a web browser, can also be opened with a variety of other programs.
XHTML
The Extensive Hypertext Markup Language (XHTML) is similar in nature to HTML, but has a stricter XML-based syntax.