Difference between pages "DIBS" and "HTML"
From Forensics Wiki
(Difference between pages)
(→Features) |
(→External Links) |
||
| Line 1: | Line 1: | ||
| − | + | 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. |
| + | HTML can trace its development from SGML as a text-based markup language. [http://en.wikipedia.org/wiki/SGML] | ||
| − | = | + | == 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://en.wikipedia.org/wiki/SGML Wikipedia: SGML] | ||
| + | * [http://www.w3.org/TR/html401/ HTML 4.01 Specification] | ||
| + | * [http://www.w3.org/TR/xhtml11/ XHTML 1.1 Specification] | ||
| − | + | [[Category:File Formats]] | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
Revision as of 22:04, 23 May 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.
HTML can trace its development from SGML as a text-based markup language. [1]
XHTML
The Extensive Hypertext Markup Language (XHTML) is similar in nature to HTML, but has a stricter XML-based syntax.