मराठी

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. - Computer Applications

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.

  1. <a link="https://ncert.nic.in">Click here</a>
    <!- - The link should navigate to https://ncert.nic.in-->
  2.  <ul type="O">
    <!-- The list should use hollow circle as bullet. - ->
  3. <font color=Arial size=5>My Webpage</font>
    <!-- The font should be Arial, and the size of the font should be 5. - ->
लघु उत्तर
Advertisements

उत्तर

  1.  <a **href**="https://ncert.nic.in">Click here</a> (Reason: The attribute to define a link destination is href, not link.)
  2. <ul type="**circle**">
    (Reason: To get a hollow circle bullet, the value must be circle. "O" is not a valid attribute value.)
  3. <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
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×