The document is a worksheet containing multiple choice questions and true/false statements related to HTML concepts. It covers various tags, attributes, and properties used in HTML for web page formatting and structure. The questions are designed to test knowledge on HTML syntax and functionalities.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
5 views7 pages
HTML Worksheet - Chapteers 3 & 4
The document is a worksheet containing multiple choice questions and true/false statements related to HTML concepts. It covers various tags, attributes, and properties used in HTML for web page formatting and structure. The questions are designed to test knowledge on HTML syntax and functionalities.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7
HTML WORKSHEET
I. MULTIPLE CHOICE QUESTIONS
1. The _______________ contain elements which define how the information on a web page is formatted or displayed. a. EDITORS b. TAGS c. ATTRIBUTES d. NONE OF THESE 2. The ___________ tag contains the content of your document which gets displayed on the web page of your browser window. a. <BODY> b. <HEAD> c. <TITLE> d. None of these 3. Which special property provides additional information about an HTML element? a. TAG b. ELEMENT c. ATTRIBUTE d. NONE OF THESE 4. Which of the following tags helps in retaining the spacing of text or displaying the preformatted spaces on a webpage in an HTML document? a. <BR> b. <PRE> c. <HR> d. None of these 5. Which tag adds a line horizontally on your web page? a. <BR> b. <PRE> c. <HR> d. None of these 6. What is the correct HTML tag for inserting a line break? a. <BR> b. <PRE> c. <HR> d. None of these 7. The default colour of LINK attribute is _______________. a. RED b. BLACK c. BLUE d. GREEN 8. The HTML tag for the largest heading is __________. a. <H4> b. <H5> c. <H6> d. <H1> 9. What is the full form of DTD? a. Document To Definition b. Dynamic To Definition c. Document Type Definition d. Direct Type Definition 10.The _____________ attribute of the font tag is used to change the typeface or the name of the font. a. COLOUR b. COLOR c. STYLE d. FACE 11.The default value of Type attribute for an unordered list is _________________. a. DISC b. SQUARE c. CIRCLE d. RECTANGLE 12.Which attribute of the tag allows you to display a text instead of an image? a. SRC b. ALT c. BORDER d. ALTERNATE 13.We can present data in a row and column format by using the _____________ tag. a. <TD> b. <TR> c. <TH> d. <TABLE> 14.You can use the _____________ attribute to control the horizontal space around an image. a. VSPACE b. HSPACE c. RSPACE d. LSPACE 15.Which tag is used to insert an image in a web page? a. <IMAGE> b. <IMG> c. <ALT> d. <ALTERNATE> 16._____________tag is used to create a row in a table. a. <TR> b. <TABLE> c. <TD> d. <TH> 17._____________ tag defines the cells or columns of a table which denotes table data. a. <TR> b. <TABLE> c. <TH> d. <TD> 18.The _____________ attribute of the tag is used to set the minimum distance between two adjacent cells. a. CELLSPACING b. CELLPADDING c. ROWSPAN d. COLSPAN 19.Combining two or more cells either column-wise or row-wise in a table is called ______________. a. MERGING b. SPANNING c. COMBINING d. MIXING 20.Which attribute(s) is/are used to merge rows? a. CELLSPACING b. CELLPADDING c. ROWSPAN d. COLSPAN 21.What is the default border colour of an HTML table? a. BLACK b. RED c. WHITE d. GRAY 22.Name the software used to view the output of the webpage. a. NOTEPAD b. MSWORD c. WEB BROWSER d. NONE OF THESE 23.Name the text editor used to type the html code. a. MSWORD b. NOTEPAD c. GOOGLE CHROME d. NONE OF THESE 24.Name the link that allows visitors to send an e-mail message quickly. a. MAIL:TO b. MAIL c. MAILTO: d. E-MAIL 25.Which attribute of tag specifies the name of the anchor being set up? a. HREF b. HERF c. HREFF d. NONE OF THESE 26.Which attribute is used to set the amount of space between the cell border and the cell data? a. CELLSPACING b. CELLPADDING c. ROWSPAN d. COLSPAN 27.What are the three values of the VAlign attribute, used with align tag? a. LEFT, CENTER, RIGHT b. LEFT, MIDDLE, RIGHT c. TOP, MIDDLE, BOTTOM d. TOP, CENTER, BOTTOM 28.Which attribute of an image tag controls the vertical space around the image? a. HSPACE b. RSPACE c. VSPACE d. LSPACE 29.Which attribute of the <img> tag which specifies the location or URL of the image? a. ALT b. ALTERNATE c. SOURCE d. SRC 30.Which tag is used to display the text below the baseline? a. <SUP> b. <SUB> c. <SUPERSCRIPT> d. <SUBSCRIPT> 31.Select the odd one out from the following tags and attributes- a. HR b. BR c. SIZE d. B 32.Select the odd one out from the following tags and attributes- a. P b. TITLE c. FONT d. BODY 33.Select the odd one out from the following tags and attributes- a. TEXT b. BODY c. LINK d. TOPMARGIN 34.Select the odd one out from the following tags and attributes- a. BODY b. FONT c. BR d. SUP 35.Select the odd one out from the following tags and attributes- a. LEFT b. RIGHT c. JUSTIFY d. CENTER 36.Which attribute of <body> tag is used to display image in the background? a. BACKGROUND b. BGCOLOR c. BACKGROUND IMAGE d. SCREEN 37.Select the correct order of tags used to create a Definition List - a. <DT> <DL> <DD> b. <DL> <DT> <DD> c. <DD> <DL> <DT> d. <DL> <DD> <DT> 38.Type attribute, Start attribute and Reversed attribute are used with _______________ tag. a. <OL> b. <UL> c. <DL> d. <LI> 39.Border, Cellspacing, Cellpadding and Align are the attributes of ____________ tag. a. <HEAD> b. <TABLE> c. <BODY> d. NONE OF THESE 40.ROWSPAN is used to combine the cells ___________ to form a single cell. a. HORIZONTALLY b. MIDDLE c. VERTICALLY d. NONE OF THESE II. State TRUE / FALSE –
1. The Heading levels are part of the <HEAD> tag?
a. TRUE b. FALSE 2. A list can be defined in different styles. a. TRUE b. FALSE 3. The default value for <OL> tag is a filled circle. a. TRUE b. FALSE 4. You can start the unordered list with a different number. a. TRUE b. FALSE 5. Unordered list type creates a bulleted list. a. TRUE b. FALSE 6. An image in a web page can be center aligned with the align tag. a. TRUE b. FALSE 7. The table row begins with a <TROW> tag. a. TRUE b. FALSE 8. An image can be used as a hyperlink to another document. a. TRUE b. FALSE 9. We can put a border around an image by using cellpadding attribute. a. TRUE b. FALSE 10. A table’s background colour can be specified by using bgcolor attribute with <table> a. TRUE b. FALSE