18 solutions available
Question 1Raveena wants to insert an image on her web page and align it in the center. She has written the following code to center-align the image,...
Question 3Shivam has been given an assignment by her class teacher to design a table in such a way that the amount of space between its cell borders...
Question 4Ayush has to display the sequence of events of the upcoming Annual Sports Day on the school website. Help Ayush in writing the HTML code to...
Question 5Consider the web page given below and answer the following questions:Mention the tags used to create a table pointed by the letter A.Which...
Question 7Gaurav, a web designer in a company named "International Designers" has just created a webpage in which different sections of the webpage...
Question 9The ............... attribute of the <TABLE> tag is used to set the minimum distance between two adjacent cells.
Question 6Write the HTML code to:i. Align the content of a cell in a Table to the topii. Link to a specific section of another webpage
Question 8Create a table having four header rows with yellow background colour, four table body rows having light orange colour, and two footer rows...
Question 11Which is the correct code to merge four columns in a table?<TD COLSPAN = 4><TD COLUMN SPAN= 4><COLSPAN = 4><TD SPAN =...
Question 12Which of the following is not the attribute of <A> tag?NAMETITLEHREFSRC
Question 13Combining two or more cells either column-wise or row-wise in a table is called ............... .MergingSpanningCombiningNone of these
Question 14The two common attributes of the <IMG> and the <TABLE> tags are ............... .SRC and HEIGHTHEIGHT and WIDTHBORDER and...
Question 15Why is it important to specify width and height attribute in <IMG> tag?To ensure that the image is not copied.The image will not...
Question 16Which command should we use to link a page with an HTML page?<A Link= "page.htm"> </a><A Href =...
Question 17Which attribute(s) is/are used to merge rows?RowspanColspanBoth 1 and 2None of these
Question 18What is the correct syntax in HTML for creating a link to an e-mail address?<A Href = "E-mail.htm"><A e-mail:to@address><A...
Question 2Differentiate between <TH> and <THEAD> tag.
Question 10Name the attributes of <A> tag which are used for internal linking in a web page.