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:
- What is the alignment of the logo?Mention its synatax.
- Name the attribute used to change the colour of the bulleted points.
- If you want to search books on the topic 'Science', which tag you will use to create a link to that web page?
- Identify the types of lists used on the web page.
- Name the tag used to insert the image, book.jpg on the web page pointed by the letter T.
Ans:
- Top align, <IMG Src="logo.jpg" Align=top>
- <FONT Color="value">
- <A Href="Science.html">Science </A>
- Orderered list and Unordered list
- <IMG Src="books.jpg">
SECTION 4:SHORT ANSWER TYPE QUESTIONS-(UNSOLVED)
- What do you understand by Alternate text?
- Differentiate between <TH> and <THEAD> tag.
- Which tag in HTML is used to combine the cells vertically in a Table?
- Which tag is used to create a row in a Table?
- Which sides of the Table's outside border would be visible by setting Frame="Vsides".
- Mention the suitable HTML tag and the attribute to insert an image named 'globe.jpg' in the background of a webpage.
- Mention any two attributes of <IMG> tag along with their significance.
- How can text be displayed in place of an image for user whose browsers do not support image?
- Name two common graphics file formats that most browsers recognise.
- Name the attributes of <A> tag which are used for internal linking in a web page.
- Write names of two attributes each for the following tags:
(i)<Img>
(ii)<Table>
(iii)<A>
- Which tags divide HTML tables in multiple sections?
Learning computers with
K
ips
         
Home