Introduction to HTML Course Syllabus
Full curriculum breakdown — modules, lessons, estimated time, and outcomes.
This beginner-friendly course provides a concise introduction to HTML, designed to help you build and structure basic webpages from scratch. Over approximately 1 week, you'll engage in hands-on exercises to practice writing HTML code, using a text editor, and viewing your work in a browser. The course emphasizes immediate application of concepts, ensuring a practical and interactive learning experience. By the end, you'll have created a simple webpage and earned a shareable certificate.
Module 1: Introduction to HTML
Estimated time: 2 hours
- Overview of HTML and its role in web development
- Basic structure of a webpage
- Setting up Notepad++ for HTML coding
- Creating your first HTML file and opening it in Chrome
Module 2: HTML Elements & Tags
Estimated time: 3 hours
- Understanding HTML elements and tags
- Using headings (h1 to h6) and paragraphs (p)
- Inserting hyperlinks (a tag) and images (img tag)
- Validating HTML syntax and structure
Module 3: Lists and Content Structuring
Estimated time: 2 hours
- Creating unordered (ul) and ordered (ol) lists
- Formatting text with semantic tags (strong, em, br)
- Structuring content for clarity and readability
Module 4: Final Project – Simple Webpage
Estimated time: 5 hours
- Combining headings, paragraphs, and links into one page
- Incorporating lists and images for content organization
- Previewing and troubleshooting the webpage in Chrome
Prerequisites
- Basic computer literacy
- Familiarity with web browsers
- No prior coding experience required
What You'll Be Able to Do After
- Build and structure basic webpages using HTML
- Understand essential HTML tags, elements, and attributes
- Organize content with lists, headings, paragraphs, and formatting
- Use a text editor to write and test HTML code
- View and troubleshoot webpages in a browser like Chrome