Advertisements
Advertisements
Question
Differentiate between a tag and an attribute in HTML with the help of a suitable example.
Distinguish Between
Advertisements
Solution
| Sr no. | Feature | HTML Tag | HTML Attribute |
| 1. | Definition | It is a fundamental building block of HTML used to define elements or structure. | It provides additional properties or settings to an HTML tag. |
| 2. | Placement | It is written within angle brackets (e.g., <p> ). | It is always written inside the opening tag. |
| 3. | Role | It tells the browser what content to display (such as a heading or an image). | It tells the browser how to display the content (like colour or size). |
| 4. | Example | <body>, <img>, <a> | bgcolor, src, href |
shaalaa.com
Is there an error in this question or solution?
2025-2026 (March) Official Board Paper
