HTML
From RemObjects Software
The HyperText Markup Language is used as a markup language for web pages.
HTML is human readable and defines the content and layout of a web page. HTML is generally used over the HTTP protocol, where a browser fetches the HTML, shows it and all images that are linked from it.
HTML emerged from a format where both content and layout were in a single file to now split, in most cases, where the HTML contains the content and a CSS file contains the actual layout of the page.
