What is HTML?

Webpages are written in HTML – a simple scripting language.
HTML is short for HyperText Markup Language.

Hypertext is simply a piece of text that works as a link.
Markup Language is a way of writing layout information within documents.

Basically an HTML document is a plain text file that contains text and nothing else.
When a browser opens an [...]