1
Introduction to HTML
Get started with HTML by understanding what it is, how websites work, and creating your first webpage.
Locked
Please enroll in this course to access the modules.
Learning objectives:
• • Understand what HTML is and its role in web development
• • Learn how websites work
• • Understand the structure of a webpage
• • Create your first HTML file
• • Master basic HTML tags: <html>, <head>, <body>
2
Text Formatting & Elements
Learn how to format text and use various HTML elements to structure content on your webpage.
Locked
Please enroll in this course to access the modules.
Learning objectives:
• • Use headings to structure content
• • Create paragraphs and format text
• • Apply text formatting (bold, italic, underline)
• • Use line breaks and horizontal lines
• • Add comments to HTML code
3
Links & Images
Master creating links between pages and embedding images to make your websites interactive and visually appealing.
Locked
Please enroll in this course to access the modules.
Learning objectives:
• • Create links using anchor tags
• • Link to internal and external pages
• • Open links in new tabs
• • Embed images with proper attributes
• • Link images to other pages
4
Lists & Tables
Organize content using lists and tables to present information in a structured and readable format.
Locked
Please enroll in this course to access the modules.
Learning objectives:
• • Create ordered and unordered lists
• • Build nested lists
• • Create tables with rows and columns
• • Understand table structure
• • Apply basic table styling
5
Forms & Input Elements
Create interactive forms to collect user input with various input types and validation.
Locked
Please enroll in this course to access the modules.
Learning objectives:
• • Create forms using the form tag
• • Use different input types (text, email, password, radio, checkbox)
• • Add labels to form elements
• • Create buttons and textareas
• • Build select dropdowns
• • Implement basic form validation
6
Semantic HTML
Use semantic HTML tags to create meaningful, accessible, and SEO-friendly web pages.
Locked
Please enroll in this course to access the modules.
Learning objectives:
• • Understand what semantic HTML is
• • Use semantic tags like header, footer, section, article
• • Create navigation with nav tag
• • Use aside for sidebar content
• • Understand why semantic HTML is important for accessibility and SEO
7
Multimedia & Embedding
Add audio, video, and embedded content to make your websites rich and engaging.
Locked
Please enroll in this course to access the modules.
Learning objectives:
• • Embed audio files using audio tag
• • Add video content with video tag
• • Use iframe to embed external content
• • Embed YouTube videos
• • Control multimedia playback
8
Mini Project
Apply all your HTML knowledge by building a complete project - either a personal portfolio page or a simple company landing page.
Locked
Please enroll in this course to access the modules.
Learning objectives:
• • Build a complete static website
• • Apply all HTML concepts learned
• • Create a personal portfolio page OR a company landing page
• • Follow best practices
• • Structure content properly