HTML5 Fundamentals
Course ID: CRS-HTML5-001 • Instructor: Dr. Elena Vasquez
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>My Page</title> </head> <body> <header><h1>Welcome</h1></header> <main><p>Content here.</p></main> <footer><p>© 2026</p></footer> </body> </html>
Learning Objectives
- Understand the HTML5 document type and metadata elements
- Apply semantic elements:
header,nav,main,section,article,aside,footer - Build accessible forms with native input types
- Use
progress,meter, anddetailsfor interactive content
Prerequisites
None — this course is designed for absolute beginners.
Modules
- Document Structure and Metadata
- Semantic HTML Elements
- Text-Level Semantics
- Forms and Input Types
- Tables and Data Presentation
- Embedded Content and Media