41 solutions available
Question 3Write output of the following HTML code.<html> <head> <title> Table </title> </head> <body> <table...
Question 4Observe the following table and write the HTML code to generate it :
Question 5(a)Write HTML code to create tables as shown below :
Question 5(b)Write HTML code to create tables as shown below :
Question 5(c)Write HTML code to create tables as shown below :
Question 5(d)Write HTML code to create tables as shown below :
Question 11Border, frame, cellspacing, cellpadding, align are the attributes of :<BODY><IMG><TABLE>None of these
Question 14Which will let text wrap down the side of the image?<img src="myImage.gif" align="wrap"><img src="myImage.gif"...
Question 15Consider the following code :<img src ="Computers.jpg" width ="...." height ="....">Fill in the blanks to set the image size to be...
Question 16The correct HTML code to display (P + Q)2 is:<SUB> ( P+) 2 </SUB>P+Q <SUP> 2 </SUP>(P + Q) <SUP> 2...
Question 19What tag is used to add columns to tables ?<colspan><td><tr>
Question 28Which one of the following HTML tags is surrounded by <a></a> container tags to create an image link...
Question 31Which of the following is used to specify the beginning of a table's row ?TROWTABLERTRROW
Question 40Align and Valign are the attributes used with <TD> tag to set the alignment of data in a table. (T/F)
Question 41BORDER is an attribute of <A> tag. (T/F)
Question 3Create a basic 3x2 table.<HTML> <BODY> <TABLE BORDER> <TR> <TD>A</TD> <TD>B</TD>...
Question 1Fill in the blanks:(i) To insert a table on a web page, we use ............... tag.(ii) ............... tag is used to create inline...
Question 2State True or False:(i) Line breaks are given through <BR>.(ii) HTML is a programming language.(iii) The default font size is 5.(iv)...
Question 3(x)The correct HTML code for inserting an image is :<img href = "image.gif"><img> image.gif </img><img src =...
Question 5What do you understand by VLINK ?
Question 8(a)Observe the following table and write the HTML code to generate it :
Question 9Observe the following table and write the HTML code to generate it :Note. 1st row has pink background.
Question 10Write the HTML code to generate the following output :Note the following points while generating the webpage :(i) Link colour is green,...
Question 11Write the HTML code to generate the following output :Note the following points while generating the webpage :(i) Title of the page should...
Question 10How would you make the word Elephant appear whenever the actual elephant.jpg image couldn't be displayed by a Web browser ?
Question 13Suppose you have a large picture of a standing elephant named elephant.jpg. Now make a small named fly.jpg appear to the left of the...
Question 17What is a table ? Which tag is used to create tables in HTML ?
Question 18Which attributes are used to give border to a table ?
Question 21How is spacing in cells of table controlled ?
Question 22What is the role of ALIGN attribute of <TABLE> tag ?
Question 24How can you specify following in a table :(i) background image(ii) background colour(iii) table height(iv) table width ?
Question 29Which tags divide HTML tables in multiple sections ?
Question 30What attributes can you use with TABLE tag but not with TR tag ?
Question 32How do you create different table section ?
Question 33Write code to produce following HTML table :
Question 34Write HTML code to produce following table :
Question 35Write HTML code to produce following table :
Question 36Write HTML code to produce following table :
Question 37Create a table having three header rows with yellow background colour, five table-body rows having pink colour and two footer rows having...
Question 38Write code to produce following HTML tables :
Question 39Write code to produce following HTML table :