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.
The tags used to create a table pointed by the letter A are
<TABLE>,<TR>and<TD>.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.We use the
<P>tag and its 'align' attribute to set the alignment of text pointed by the letters B and D.- For letter B, the value of align attribute is set to "center".
- For letter D, the value of align attribute is set to "left".
The anchor tag
<A>is used to create the links pointed by the letter C.