The Languages of the Web
Let's see some of the popular web languages that we use to build web page.
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 stored as a .html
file.
Get hands-on with 1400+ tech skills courses.