Advertisements
Advertisements
Question
Carefully study the Webpage given below. Identify 10 tags (structural as well asformatting tags) that have been utilized in creating this webpage and write the usage of each of them.

Long Answer
Advertisements
Solution
| HTML Tag | Usage | |
|---|---|---|
| 1. | <HTML> |
Defines the complete HTML document. |
| 2. | <HEAD> |
Contains information about the webpage. |
| 3. | <TITLE> |
Specifies the title of the webpage. |
| 4. | <BODY> |
Contains the visible contents of the webpage. |
| 5. | <P> |
Defines a paragraph. |
| 6. | <H1> |
Displays the main heading in large size. |
| 7. | <B> |
Displays text in bold. |
| 8. | <OL> |
Creates an ordered or numbered list. |
| 9. | <IMG> |
Inserts an image on the webpage. |
| 10. | <A> |
Creates a hyperlink to another webpage or resource. |
shaalaa.com
Is there an error in this question or solution?
