Locked lesson.
About this lesson
What is HTML and what is it used for?
Exercise files
Download this lesson’s related exercise files.
What Is HTML?.docx58.7 KB What Is HTML? - Solution.docx
58.9 KB
Quick reference
What is HTML?
In this video we'll talk about HTML; what it is, how it works, and how the Internet as a whole works.
When to use
HTML is a front-end web development tool. Along with CSS and Javascript, HTML is at the heart of front-end web development.
Instructions
HTML stands for Hyper Text Markup Language and, along with CSS and Javascript, it makes up the core of front-end web development.
Whenever you type a domain name into your web browser, the browser gets the address for that website from a name server, retrieves the HTML from a web server, and then converts that HTML into the graphical visual interface that you see in the browser.
Hints & tips
- HTML stands for Hyper Text Markup Language
- HTML is a front-end web development tool
- The web browser takes HTML, interprets it, and outputs the visual web page to the screen
Lesson notes are only available for subscribers.