Document

The information in an HTML Document consists of text and Hypertext Markup Language tags. A collection of web pages and other related resources such as images for a web site can be stored in files on a server and delivered over a local network or the Internet. Even when program is being used to generate a document, the output of the program should be valid HTML document.

HTML Document

Dynamic HTML content can be created on demand by programs or scripts, using data from back end databases in some cases. Languages that can be used to generate HTML documents include:

Most languages use the Document Object Model (DOM) to parse and generate documents.