<h2>
</h2>
HTML (HyperText Markup Language) is the standard language used to create and structure web pages.
"Think of HTML as the skeleton of a website. It provides the structure upon which style (CSS) and interactivity (JavaScript) are built."
.html
.htm
Standard File Extensions
Headings
<h1> to <h6>
Paragraphs
<p>
Images & Media
<img>, <video>
Links
<a>
Tables
<table>
Forms
<form>
Definition & Purpose
02 / 05