HTML

From RemObjects Software

Jump to: navigation, search

This is a Technical Glossary entry
Feel free to add your notes to this topic below.


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.

Personal tools