HTML Document Design Pattern

HTML design pattern for a web 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. 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:

Even when program is being used to generate a document, the output of the program should be valid HTML document. Here are some good HTML references: