MCQ 11 MarkBorder, cellspacing, cellpadding, align are the attributes of:A$<$body$>$B$<$img$>$✓$<$table$>$DNone of theseAnswerCorrect option: C. $<$table$>$CView full question & answer→
MCQ 21 MarkWhich tag tells where a link starts?A$<$l$>$B$<$STAR$>$✓$\langle A \rangle$DNone of theseAnswerCorrect option: C. $\langle A \rangle$CView full question & answer→
MCQ 31 MarkChoose the correct syntax to create an email link:A$<$;A href= "abc@xyz.com"$>$✓$<$A href= "mailto:abc@xyz.com"$>$C$<$mail= "abc@xyz.com"$>$D$<$Amail="abc@xyz.com"$>$AnswerCorrect option: B. $<$A href= "mailto:abc@xyz.com"$>$BView full question & answer→
MCQ 41 MarkChoose the correct HTML to left-align the content inside a table cell:A(<$td valign = "left"$>$B$<$tdleft$>$C$<$td leftalign$>$✓$<$td align = "left"$>$AnswerCorrect option: D. $<$td align = "left"$>$DView full question & answer→
MCQ 51 MarkChoose the correct HTML to right-align the content inside a table cell:A$<$td valign = "right"$>$B$<$tdright$>$C$<$td rightalign$>$✓$<$td align = "right"$>$AnswerCorrect option: D. $<$td align = "right"$>$DView full question & answer→
MCQ 61 MarkThe attribute used to set the border colour of a table is:ABORDER✓BORDERCOLORCCOLORDBORDER COLORAnswerCorrect option: B. BORDERCOLORBView full question & answer→
MCQ 71 MarkThe two common attributes of the $<$IMG$>$and the $<$TABLE$>$ tag are:ASRC and HEIGHTBHEIGHT and WIDTHCBORDER and SRC✓They do not have two common attributesAnswerCorrect option: D. They do not have two common attributesDView full question & answer→
MCQ 81 MarkFor internal linking, the section names are provided by $\qquad$ attribute.✓NAMEBTitleCTargetDHREFAnswerCorrect option: A. NAMEAView full question & answer→
MCQ 91 MarkTo create a link, we must use ______attribute with the $<$A$>$ tag.ANAMEBLinkCTag✓HREFAnswerCorrect option: D. HREFDView full question & answer→
MCQ 101 MarkWhich tag allows you to add a row in a table?A$\langle t d\rangle$ and $\rangle / t d\rangle$B$<$cr$>$and $<$/cr$>$C$<$th$>$ and $<$/th$>$✓$<$tr$>$ and $<$/tr$>$AnswerCorrect option: D. $<$tr$>$ and $<$/tr$>$DView full question & answer→
MCQ 111 MarkColspan n n can be added to tag:A$<$HR$>$B$<$TABLE$>$✓$<$TD$>$D$<$TR$>$AnswerCorrect option: C. $<$TD$>$CView full question & answer→
MCQ 121 MarkWhich of the following is not an attribute of $<$TABLE$>$ tag?ABorderBBackgroundCBgcolor✓SRCAnswerCorrect option: D. SRCDView full question & answer→
MCQ 131 MarkCombining two or more cells in a table on a web page is called:✓MergingBSpanningCCombiningDNone of theseAnswerCorrect option: A. MergingAView full question & answer→
MCQ 141 MarkWhich of these tags is/are used with $<$Table$>$tag?A$<$TR$>$B$<$TD$>$C$<$TH$>$✓All of the aboveAnswerCorrect option: D. All of the aboveDView full question & answer→
MCQ 151 MarkWhich of these tags belong to $<$table$>$ tag?A$<$head$>$$<$body$>$$<$tr$>$✓$<$table$>$ $<$tr$>$ $<$td$>$C$<$table$>$ $<$head$>$ $<$tfoot$>$D$<$table$>$$<$tr$>$ $<$tt$>$AnswerCorrect option: B. $<$table$>$ $<$tr$>$ $<$td$>$BView full question & answer→
MCQ 161 MarkWhich attribute tells us how many rows a cell should span?Acolspan $=n$✓rowspan $=n$CBoth a. \& b.DNone of the aboveAnswerCorrect option: B. rowspan $=n$BView full question & answer→
MCQ 171 MarkIn order to add border to a table, border attribute is specified in which tag?A$<$TH$>$✓$<$TABLE$>$C$<$TD$>$D$<$TR$>$AnswerCorrect option: B. $<$TABLE$>$BView full question & answer→
MCQ 181 MarkRowspan $= n$ can be added to only which tag?A$<$HR$>$B$<$TABLE$>$✓$<$TD$>$D$<$TR$>$AnswerCorrect option: C. $<$TD$>$CView full question & answer→
MCQ 191 MarkWhich tag is used to add columns to tables?A$<$COLSPAN$>$✓$<$TD$>$C$<$TR$>$DAll of theseAnswerCorrect option: B. $<$TD$>$BView full question & answer→
MCQ 201 MarkWhich of the following is an attribute of $<$TABLE$>$ tag?ASRCBLinkCBold✓CellpaddingAnswerCorrect option: D. CellpaddingDView full question & answer→
MCQ 211 MarkWhich property is used to position and format the text?AOutline✓FloatCBorderDNone of theseAnswerCorrect option: B. FloatBView full question & answer→
MCQ 221 MarkIn an HTML document, where are the CSS code included?AHead sectionBBody section✓Both a. and b.DNone of theseAnswerCorrect option: C. Both a. and b.CView full question & answer→
MCQ 231 MarkWhich of the following is not one of the border properties?✓Border-heightBBorder-styleCBorder-widthDAll of theseAnswerCorrect option: A. Border-heightAView full question & answer→
MCQ 241 MarkWhich of the following is not one of the Font properties?AFont-familyBfont-weight✓text-alignDAll of theseAnswerCorrect option: C. text-alignCView full question & answer→
MCQ 251 MarkWhich of the following is used to increase the style of the web page?AHTML✓CSSCScriptingDNone of theseAnswerCorrect option: B. CSSBView full question & answer→
MCQ 261 MarkIf we want an image to be the hyperlink, the correct syntax is:A$<$img src = image.fif$>$$<$a href = try.html$>$click$<$/a$>$✓$<$a href = try.html$>$$<$img src = image.gif$>$click$<$/a$>$C$<$a href = image.gif$>$$<$img src = try.html$>$click$<$/a$>$D$<$img src = try.html$>$AnswerCorrect option: B. $<$a href = try.html$>$$<$img src = image.gif$>$click$<$/a$>$BView full question & answer→
MCQ 271 MarkWhich of the following can be the value of the Border-style property of an element in a web page?ASolid, DoubleBGroove, RidgeCInset, OutsetDAll of theseAnswerselfView full question & answer→
MCQ 281 MarkWhich of the following is used to set only the top margin of an element in a web page?ATop-marginBMargin-topCMarginDAll of theseAnswerselfView full question & answer→
MCQ 291 MarkWhat is the CSS code used to specify the background color?ABackgroundBBackground-colorCColorDNone of theseAnswerselfView full question & answer→
MCQ 301 MarkWhich of the following properties can have the value Normal, Italic and Oblique?AFont-familyBfont-styleCfont-weightDfont-sizeAnswerselfView full question & answer→
MCQ 311 MarkWhat is used for specifying an email to be sent?AHREFBURLCMAILTODSRCAnswerselfView full question & answer→
MCQ 321 MarkWhich attribute is used to link the bookmark?AHREFBURLCLINKDSRCAnswerselfView full question & answer→
MCQ 331 MarkValue of Attribute "href" is also called as _________ of the Destination Web Page.AHREFBURLCLINKDSRCAnswerselfView full question & answer→
MCQ 341 MarkLink URL in HTML is specified using _________ attribute.AHREFBSRCCRELDLINKAnswerselfView full question & answer→
MCQ 351 MarkWhich of the following tags is used to link the URL?A$<$LINK$>$B$<$A$>$C$<$HYPERLINK$>$D$<$STYLE$>$AnswerselfView full question & answer→
MCQ 361 MarkThe width of the inside cell borders for the table cells is called:ACELLWIDTHBCELLPADDINGCCELLSPACINGDCELLHEIGHTAnswerselfView full question & answer→
MCQ 371 Mark_________ vertical alignment aligns the baseline of the text across the cells in the row.ABASELINEBMIDDLECTOPDBOTTOMAnswerselfView full question & answer→
MCQ 381 MarkTable rows are the _________ elements of the table grid.ACornerBMiddleCVerticalDHorizontalAnswerselfView full question & answer→