Module 01
Module 01
MODULE I
OVERVIEW
Prepared by:
Khween Princes H. Moncayo
Instructor
LEARNING OBJECTIVES
2
What is HTML?
3
A Simple HTML Document
Example
<html>
<head>
<title> Page Title</title>
</head>
<body>
<h1>This is a Heading</h1>
<p>This is a paragraph.</p>
</body>
</html>
Basic HTML Document Structure
5
Basic HTML Document Structure
6
Basic HTML Document Structure
7
Basic HTML Document Structure
8
CREATING A BASIC PAGE
STEP 4 STEP 5
Open your Web Load your page into ✔ DONE
browser the browser
9
REFERENCES
• Harris, A. (2011). HTML, XHTML, & CSS All-in-One For Dummies,
2nd Edition. Indianapolis, Indiana: Wiley Publishing, Inc.
• Noble, J. and Tittel, E. (2011). HTML, XHTML & CSS FOR
DUMMIES 7th Edition. Indianapolis, Indiana: Wiley Publishing, Inc.
• W3schools (2020). HTML, CSS, Javascript and PHP. Retrieved from
https://www.w3schools.com/default.asp
• Sololearn (2020). Javascript. Retrieved from
https://www.sololearn.com
10