Lesson 1: What is HTML?
HTML stands for HyperText Markup Language. Itβs the standard language used to create web pages.
Lesson 2: Basic Structure
Hereβs what a basic HTML document looks like:
Lesson 3: Common Tags
<h1> to <h6>β Headings<p>β Paragraph<a href>β Link<img src>β Image<ul> <li>β List<div>β Division
Lesson 4: HTML Links
Use the <a> tag to add links:
Lesson 5: Adding Images
You can use the <img> tag to display pictures: