HTML - Part 1 - Introduction To HTML
HTML - Part 1 - Introduction To HTML
● Lesson objective:
● Learn how to use HTML
● Learning outcome:
● Create a simple web page
Introduction to HTML
Browser
The Internet
Internet
Browser
The Internet
Internet YouTube
Browser
The Internet
Internet YouTube
Browser
The Internet
Internet YouTube
Every Other
Browser Website in
The World!
What is HTML?
●<!DOCTYPE html>
●<html>
●<body>
●</body>
●</html>
Glossary
12
Practical : Step 1 - Create your HTML file
14
Practical : Step 3 - Edit your HTML file
15
Practical : Step 4 - View your HTML file
● Now you can update your html file in Notepad++ and see
the change in Chrome, just by clicking reload.