Welcome to OMEGA COMPUTER EDUCATION AND SPOKEN ENGLISH
WELCOME TO OMEGA COMPUTER EDUCATION AND SPOKEN ENGLISH
CERTIFICATE IN HTML 5 ( S-HT-5 )

BASIC INFORMATION

  • Course Fees : 5000.00 5500.00/-
  • Course Duration : 1 MONTH
  • Minimum Amount To Pay : Rs.500.00

HTML5 Syllabus (Beginner Level)

1. Introduction to HTML5

  • What is HTML and HTML5?

  • Difference between HTML4 and HTML5

  • Features and advantages of HTML5

  • Tools needed to write HTML (VS Code, Notepad++)

  • Writing your first HTML5 page


2. HTML5 Basic Structure and Syntax

  • Basic HTML5 document structure (<!DOCTYPE html>, <html>, <head>, <body>)

  • Head section elements: <title>, <meta>, <link>, <style>

  • Body section elements: <h1><h6>, <p>, <br>, <hr>, <strong>, <em>, etc.

  • Lists: Ordered (<ol>), Unordered (<ul>), and Description (<dl>)

  • Links: <a href="">

  • Images: <img src="" alt="">

  • Tables: <table>, <tr>, <td>, <th>, <thead>, <tbody>


3. HTML5 Semantic Elements

  • What are semantic elements?

  • Common semantic tags: <header>, <nav>, <main>, <section>, <article>, <aside>, <footer>

  • Importance of semantic HTML for SEO and accessibility


4. Forms and Input Elements in HTML5

  • Form tag and attributes

  • Input types: text, password, email, number, date, checkbox, radio, submit, reset

  • <label>, <textarea>, <select>, <option>, <fieldset>, <legend>

  • New HTML5 form features: placeholder, required, autofocus, pattern


5. Multimedia Support in HTML5

  • Adding video using <video> tag

  • Adding audio using <audio> tag

  • Supported formats: MP4, MP3, OGG, WebM

  • Attributes: controls, autoplay, loop, muted

  • Using the <source> tag for multiple formats