Search⌘ K

The Languages of the Web

Explore the core languages used to create web pages including HTML for content structure, CSS for styling presentation, and JavaScript for adding interactivity and dynamic features. Understand how these technologies work together to build interactive websites and enhance user experience.

We'll cover the following...

There are three main technologies for creating web pages: HTML, CSS, and JavaScript.

HTML

HTML, short for HyperText Markup Language, is the document format of web pages. An HTML document is made of text and structural elements called tags. Tags are used to describe the page content: paragraphs, headings, hyperlinks, images, etc.

Here is an example of a simple web page, usually ...