CBSE Class 10 Computer Applications Question 14 of 81

Images, Links and Tables — Question 5

Back to all questions
5
Question

Question 5

Consider the web page given below and answer the following questions:

Mention the tags used to create a table pointed by the letter A. Which property of IMG tag is used to wrap the text around the image? Name the tag and its attributes to set the alignment of text pointed by the letters B and D. Name the tag used to create the links pointed by the letter C. Images, Links and Tables, Computer Applications Code 165 Kips Cyber Beans Solutions CBSE Class 10.
  1. Mention the tags used to create a table pointed by the letter A.
  2. Which property of <IMG> tag is used to wrap the text around the image?
  3. Name the tag and its attributes to set the alignment of text pointed by the letters B and D.
  4. Name the tag used to create the links pointed by the letter C.
Answer
  1. The tags used to create a table pointed by the letter A are <TABLE>, <TR> and <TD>.

  2. The 'align' property of <IMG> tag is used to wrap the text around the image. In this case, Align = "Right" is used that places the image against the right margin and wraps the text around the left margin of the image.

  3. We use the <P> tag and its 'align' attribute to set the alignment of text pointed by the letters B and D.

    1. For letter B, the value of align attribute is set to "center".
    2. For letter D, the value of align attribute is set to "left".
  4. The anchor tag <A> is used to create the links pointed by the letter C.