Advertisements
Advertisements
प्रश्न
The following HTML statements are not written properly. Rewrite the correct statements with underlined corrections. The desired purpose of each statement is mentioned under it.
<a link="https://ncert.nic.in">Click here</a>
<!- - The link should navigate to https://ncert.nic.in-->-
<ul type="O"><!-- The list should use hollow circle as bullet. - -> <font color=Arial size=5>My Webpage</font><!-- The font should be Arial, and the size of the font should be 5. - ->
लघु उत्तर
Advertisements
उत्तर
-
<a **href**="https://ncert.nic.in">Click here</a>(Reason: The attribute to define a link destination is href, not link.) <ul type="**circle**">
(Reason: To get a hollow circle bullet, the value must be circle. "O" is not a valid attribute value.)<font **face**="Arial" size="5">My Webpage</font>
(Reason: To change the font style/name, the face attribute is used, not colour.)
shaalaa.com
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
2025-2026 (March) Official Board Paper
