0% found this document useful (0 votes)
2 views8 pages

HTML Complete Topics

The document outlines a comprehensive guide to HTML, covering topics such as HTML structure, basic tags, attributes, links, images, lists, tables, forms, multimedia, and semantic HTML. It emphasizes key areas for exam preparation, categorizing them by priority levels and highlighting the focus for multiple-choice questions. Additionally, it includes sections on HTML APIs and accessibility features.

Uploaded by

mmalicreation
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views8 pages

HTML Complete Topics

The document outlines a comprehensive guide to HTML, covering topics such as HTML structure, basic tags, attributes, links, images, lists, tables, forms, multimedia, and semantic HTML. It emphasizes key areas for exam preparation, categorizing them by priority levels and highlighting the focus for multiple-choice questions. Additionally, it includes sections on HTML APIs and accessibility features.

Uploaded by

mmalicreation
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

HTML Complete Topics (Exam-Oriented)

1. Introduction to HTML
 What is HTML?
 HTML History
 HTML Versions
 HTML5 Features
 HTML Editors
 HTML File Extension
 HTML Document Structure

2. Basic HTML Tags


 <!DOCTYPE html>
 <html>
 <head>
 <title>
 <body>
 <meta>
 <link>
 <style>
 <script>

3. Text Formatting Tags


 h1–h6
 p
 br
 hr
 b
 strong
 i
 em
 u
 mark
 small
 sub
 sup
 del
 ins
 pre
 code
 blockquote
 q

4. HTML Attributes
 id
 class
 style
 title
 lang
 dir
 hidden
 data-*
 tabindex

5. HTML Links
 <a>
 href
 target
 Relative URL
 Absolute URL
 Email Link
 Phone Link
 Bookmark Link

6. Images
 <img>
 src
 alt
 width
 height
 title
 figure
 figcaption

7. Lists
 Ordered List
 Unordered List
 Description List
 Nested Lists

8. Tables
 table
 tr
 td
 th
 caption
 thead
 tbody
 tfoot
 rowspan
 colspan

9. Forms ⭐⭐⭐⭐⭐
 form
 action
 method
 GET
 POST
 label
Input Types
 text
 password
 email
 number
 tel
 url
 date
 time
 datetime-local
 month
 week
 color
 range
 file
 radio
 checkbox
 hidden
 submit
 reset
 button
 search
Form Elements
 textarea
 select
 option
 optgroup
 datalist
 fieldset
 legend
 output
 progress
 meter

10. Multimedia
 audio
 video
 source
 controls
 autoplay
 muted
 loop
 poster

11. iframe
 iframe
 width
 height
 sandbox
 allowfullscreen

12. Semantic HTML ⭐⭐⭐⭐⭐


 header
 nav
 main
 section
 article
 aside
 footer
 figure
 details
 summary
13. HTML Entities
 &nbsp;
 &lt;
 &gt;
 &copy;
 &reg;
 &amp;

14. Meta Tags


 charset
 viewport
 description
 keywords
 author
 refresh

15. HTML Graphics


 Canvas (Basic)
 SVG (Basic)

16. HTML APIs (Basic)


 Geolocation
 Drag & Drop
 Local Storage
 Session Storage

17. HTML Accessibility


 alt Attribute
 aria-label (Basic)
 Semantic Tags
🎯 Exam Priority (Most Important)
⭐⭐⭐⭐⭐ Must Read
 HTML Structure
 HTML Tags
 Attributes
 Links
 Images
 Lists
 Tables
 Forms
 Input Types
 Semantic Tags
 Meta Tags
⭐⭐⭐⭐ Important
 Multimedia
 iframe
 Entities
 Canvas vs SVG
⭐⭐⭐ Basic
 HTML APIs
 Accessibility

MCQ Focus (यहीं से सबसे ज़्यादा प्रश्न आते हैं)


1. HTML Structure
2. Tags vs Elements
3. Attributes
4. Lists
5. Tables
6. Forms & Input Types
7. GET vs POST
8. Semantic Tags
9. Meta Tags
10. HTML5 Features

You might also like