Advertisements
Advertisements
Question
The following HTML statement contains errors. Rewrite the correct version of the statement with underlined corrections, following the given specification:
<A href=https://www.education.gov.in/cacolor="purple">Click Here</A>
Specification: The color of the hyperlink when it's clicked should be pink.
Correct and Rewrite
Advertisements
Solution
<body alink="pink">
<a href="https://www.education.gov.in/">Click Here</a>
</body>shaalaa.com
Is there an error in this question or solution?
