HTML - HyperText Markup Language

HTML is the set of special codes that you embed in text to add formatting and linking information.

All HTML information begins with an open angle bracket, <, and ends with a close angle bracket, >, e.g. <HTML>.

These pieces of information are called tags.

The tags tell the browser how to format and layout the information in a document.

HTML tags are either stand-alone units or paired.

A paired HTML tag has a beginning tag, open tag, and an ending tag, close tag. Syntax is <tag-name> for an open tag and </tag-name> for close tag. It's good practice to remember the close tags.

See an example (The skeleton of an html document.)


Jump to the previous, next, or first slide.