Advertisements
Advertisements
प्रश्न
Write the appropriate HTML tag with the correct attributes to achieve the following requirements:
The links that have not been visited should appear in blue. The links that have already been visited should appear in purple.
लघु उत्तरीय
Advertisements
उत्तर
The appropriate HTML tag to achieve these requirements is the
<body> tag.Correct Tag and Attributes:
<body link="blue" vlink="purple">link: This attribute sets the color of unvisited links (blue).vlink: This attribute sets the color of visited links (purple).
shaalaa.com
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
2025-2026 (March) Official Board Paper
