HTML + CSS Concepts

Beginner Friendly Learning Page

Headings

HTML provides 6 levels of headings.

H1 - Main Title

H2 - Sub Title

H3 - Smaller Title

Text Formatting

Bold text is strong.

Italic text is stylish.

Underline highlights text.

Colors in HTML & CSS

There are different ways to apply colors:

1. Color Names

Example: red, blue, green

2. HEX Values

Example: #3498db

3. RGB Values

Example: rgb(255, 0, 0)

4. Background Color

This uses background color

👉 Color is used to improve UI and readability. 👉 HEX gives precise control. 👉 RGB is useful for dynamic colors.

Images

Images are added using the <img> tag.

Random Image

This image is fetched from an online source.

Lists

Unordered List

Ordered List

  1. Learn
  2. Practice

Table

Name Age
Kiran 20
Ravi 22

Form




Gender:

Male Female

Skills:

HTML CSS