Example: <TABLE Border=1 Height=100 Width=80>

2. Meghana has been asked to create a table with no cell borders. How can she accompish the task?
Ans:
She can make use of the following code:
<TABLE Border=1 Rules="None">

Consider the web page given here and answer the question:

  1. What is the alignment of the logo?Mention its synatax.
  2. Name the attribute used to change the colour of the bulleted points.
  3. If you want to search books on the topic 'Science', which tag you will use to create a link to that web page?
  4. Identify the types of lists used on the web page.
  5. Name the tag used to insert the image, book.jpg on the web page pointed by the letter T.
Ans:
  1. Top align, <IMG Src="logo.jpg" Align=top>
  2. <FONT Color="value">
  3. <A Href="Science.html">Science </A>
  4. Orderered list and Unordered list
  5. <IMG Src="books.jpg">

SECTION 4:SHORT ANSWER TYPE QUESTIONS-(UNSOLVED)

  1. What do you understand by Alternate text?
  2. Differentiate between <TH> and <THEAD> tag.
  3. Which tag in HTML is used to combine the cells vertically in a Table?
  4. Which tag is used to create a row in a Table?
  5. Which sides of the Table's outside border would be visible by setting Frame="Vsides".
  6. Mention the suitable HTML tag and the attribute to insert an image named 'globe.jpg' in the background of a webpage.
  7. Mention any two attributes of <IMG> tag along with their significance.
  8. How can text be displayed in place of an image for user whose browsers do not support image?
  9. Name two common graphics file formats that most browsers recognise.
  10. Name the attributes of <A> tag which are used for internal linking in a web page.
  11. Write names of two attributes each for the following tags:
    (i)<Img>
    (ii)<Table>
    (iii)<A>
  12. Which tags divide HTML tables in multiple sections?

Learning computers with K ips

page no:141
         
Home