ITEC50 Lesson 2
ITEC50 Lesson 2
Hypertext
Markup
Language
(HTML)
Romel Griego
Instructor I
Department of Industrial and Information Technology
HTML
<!DOCTYPE html>
<html>
<head>
<title>My First Webpage</title>
</head>
<body>
<h1>Welcome to My Webpage</h1>
<p>This is my first paragraph of text!</p>
</body>
</html>
Why Learn HTML?
1. Windows 8 or later:
3. Windows 7 or earlier:
3. Then under "Open and Save", check the box that says
"Display HTML files as HTML code instead of formatted
text".