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

BASIC INFORMATION

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

HTML Syllabus (Beginner Level)

1. Introduction to HTML

  • What is HTML and its role in web development?

  • Structure of an HTML document

  • Basic HTML page setup (<!DOCTYPE html>, <html>, <head>, <body>)

  • Understanding the <html>, <head>, and <body> tags

  • How to view an HTML file in a browser


2. Basic HTML Tags and Elements

  • Headings: <h1>, <h2>, <h3>, <h4>, <h5>, <h6>

  • Paragraphs: <p>

  • Links: <a href="">

  • Lists:

    • Ordered lists: <ol>, <li>

    • Unordered lists: <ul>, <li>

    • Description lists: <dl>, <dt>, <dd>

  • Break and Horizontal Rule: <br>, <hr>

  • Text Formatting: <strong>, <em>, <b>, <i>, <u>, <mark>, <small>


3. HTML Attributes

  • Understanding HTML attributes and their purpose

  • Common attributes: id, class, style, href, src, alt, target, title, type

  • How to use attributes with tags (Example: <a href="https://example.com" target="_blank">Click Here</a>)

  • Global attributes (those that can be used with any HTML element)


4. Working with Tables

  • Table structure: <table>, <tr>, <td>, <th>

  • Table captions: <caption>

  • Grouping table content with <thead>, <tbody>, <tfoot>

  • Adding headers and data cells in a table

  • Table borders, spacing, and alignment

  • Styling tables using inline CSS or internal styles


5. HTML Forms and Input Elements

 

  • What are forms and their importance in HTML?

  • <form> tag and its attributes (action, method)

  • Different input types:

    • text, password, email, number, radio, checkbox, submit, reset

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

  • Form validation with required, placeholder, and disabled attributes

  • Sending form data with GET and POST methods