Beginner Friendly Learning Page
HTML provides 6 levels of headings.
Bold text is strong.
Italic text is stylish.
Underline highlights text.
There are different ways to apply colors:
Example: red, blue, green
Example: #3498db
Example: rgb(255, 0, 0)
This uses background color
👉 Color is used to improve UI and readability. 👉 HEX gives precise control. 👉 RGB is useful for dynamic colors.
Images are added using the <img> tag.
This image is fetched from an online source.
| Name | Age |
|---|---|
| Kiran | 20 |
| Ravi | 22 |