Rani's HTML Lessons

1. Basic Page Structure

Basic HTML5 document setup

Page Title

Welcome

This is a basic page.


2. Headings

HTML headings from h1 to h6

Heading 1

Heading 2

Heading 3


3. Paragraphs

HTML paragraph tags

This is a paragraph.

This is another paragraph.


4. Links

Clickable hyperlinks

Visit Example

5. Images

Embed an image

Sample Image

6. Lists

Unordered and ordered lists

  1. First
  2. Second

7. Tables

Create a simple table

NameAge
Alice25

8. Forms

Basic form with input

Name:

9. Buttons

Clickable buttons


10. Div and Span

Block vs inline elements

This is a block.
This is inline.

11. Input Types

Different types of form inputs


12. Audio

Embed audio player


13. Video

Embed video player


14. Iframe

Embed another webpage


15. Comments

Add comments in HTML


16. Entities

Display special characters

© < > &

17. Break and Horizontal Line

Line break and horizontal rule

Line one
Line two

18. Meta Tags

Define meta information


19. Checkbox & Radio

Selectable input options

I agree
Option A

20. Select Dropdown

Dropdown select list