81 solutions available
Question 1Which attribute is used to combine the cells of a table vertically?
Question 2What is the default border colour of an HTML table?
Question 3Name the attribute which is used to set the background image for the table.
Question 4Name the tag used to group header rows, that defines a table header.
Question 5Name the link that allows visitors to send an e-mail message quickly.
Question 6Which attribute of <A> tag specifies the name of the anchor being set up?
Question 7When creating a web document, which unit is used to express an image's height and width?
Question 8Which type of image is not shown automatically with other content on the web page?
Question 9Mention the HTML tag to left-align the content inside a table cell.
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 2Shagun wants to set different background colours for the individual cells of the table. How can she achieve this?
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 6Identify the errors in the following HTML code and write the corrected code with each correction underlined.<HTML> <HEAD>...
Question 7Gaurav, a web designer in a company named "International Designers" has just created a webpage in which different sections of the webpage...
Question 1The height attribute specifies the height of an image in the form of an ............... or a percentage value.
Question 2............... attribute of an image tag controls the vertical space around the image.
Question 3............... is an attribute of the <IMG> tag which specifies the location or URL of the image to be displayed.
Question 4An image to be displayed on a web page has to cover 25% of the browser window horizontally and 50% vertically. The attributes...
Question 5The ............... tag is used to create inline images.
Question 6An ............... link allows a link to another section on the same web page.
Question 7The three values of the VAlign attribute, used with <TD> tag, are ..............., ............... and ............... .
Question 8Tables arrange data in ............... and ............... .
Question 9The ............... attribute of the <TABLE> tag is used to set the minimum distance between two adjacent cells.
Question 10The default border size of a table is ............... pixel.
Question 11The Border attribute of a table specifies the ............... of the border of a table.
Question 12The <TD> tag must always be present inside the ............... tag.
Question 1How can you add space around the top and bottom of an image?
Question 2How will you add border to an image?
Question 3Differentiate between the Rowspan and Colspan attributes of a table.
Question 4How is spacing in cells controlled?
Question 5How will you add an image of a table at the top of your web page?
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 7Write the HTML code to send an email to abc@xyz.com from your web page.
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 1Which tag is used to insert an image in a web page?<SRC><IM><IMG>None of these
Question 2Which attribute of the <IMG> tag allows you to display a text instead of an image?AltImageAlternateBorder
Question 3You can use the ............... attribute to control the horizontal space around an image.HspaceRspaceLspaceNone of these
Question 4We can present data in a row and column format by using the ............... tag.<TR><TC><TABLE><ROW><COL>None...
Question 5The column heading is specified by using the ............... tag.<CH><TR><TH><TD>
Question 6<TR> tag is used to create a ............... in a table.RowColumnCaptionAll of these
Question 7............... tag defines the cells or columns of a table which denotes table data.<TR><TD><TH>None of these
Question 8Which attribute is used to set the amount of space between the cell border and the cell data?SpacingCellpaddingCellspacingAlign
Question 9The default alignment of the contents of table cells is ............... .CenterRightTopLeft
Question 10Choose the correct HTML code to right-align the data inside a table cell.<TRright Align><TD Align ="Right"><TD VAlign...
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 1What do you understand by Alternate text?
Question 2Differentiate between <TH> and <THEAD> tag.
Question 3Which tag in HTML is used to combine the cells vertically in a Table?
Question 4Which tag is used to create a row in a Table?
Question 5Which sides of the Table's outside border would be visible by setting Frame = "Vsides".
Question 6Mention the suitable HTML tag and the attribute to insert an image named 'globe.jpg' in the background of a webpage.
Question 7Mention any two attributes of <IMG> tag along with their significance.
Question 8How can text be displayed in place of an image for users whose browsers do not support images?
Question 9Name two common graphics file formats that most browsers recognise.
Question 10Name the attributes of <A> tag which are used for internal linking in a web page.
Question 11Write names of two attributes each for the following tags:(i) <Img>(ii) <Table>(iii) <A>
Question 12Which tags divide HTML tables in multiple sections?
Question 1The <IMG> tag is an empty element.
Question 2The Align attribute can be used to center-align the image horizontally.
Question 3The Alt attribute lets you specify text as an alternative to the image.
Question 4The Height Attribute of an image can only be specified in the format of a percentage value.
Question 5The <TITLE> tag is one of the structural tags of HTML documents.
Question 6The <TFOOTER> tag is used to define a set of header rows.
Question 7The table row begins with a <T Row> tag.
Question 8The <TH> tag makes the text of the table heading bold.
Question 9The Href attribute with <A> tag is used to open a link in a new window.
Question 10We can give different colours to each cell in a table.
Question 11We can put a border around an image by using cellpadding attribute.
Question 12No value is specified with alt attribute of <IMG> tag.
Question 13A table's background colour can be specified using bgcolor attribute.
Question 14<CAPTION> tag gives a description of the table.
Question 15An image can be used as a hyperlink to another document.