0% found this document useful (0 votes)
23 views4 pages

1st Term MCQ Related HTML

Uploaded by

nirmladevi179
Copyright
© © All Rights Reserved
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% found this document useful (0 votes)
23 views4 pages

1st Term MCQ Related HTML

Uploaded by

nirmladevi179
Copyright
© © All Rights Reserved
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/ 4

1. …………….tag is used to create linking. 1.

<A> Anchor Tag


2. HREF & NAME
2. <A> tag has two attributes ……………….. and ………………
3. Hypertext Markup Language
3. HTML stands for…………………….
4. <OL> <LI>
4. ……..and ………tag are used to create an ordered list. 5. <UL>, <LI>
5. ……..and ………tag are used to create an unordered list. 6. Active Link, Visited Link
6. Alink means …………..Vlink means……………. 7. <Body>

7. Alink and Vlink are the attributes of ………………tag.

1. BGCOLOR attribute is used ……………………….at the background of the web page.


2. …………..tag is used to insert an image. 1. To fill background color
3. …………..attribute of <IMG> tag is used to change the height of 2. <img>
the image. 3. Height
4. <IMG> tag is an ……………..tag. 4. Empty tag
5. <P>
5. ………………….tag is used to insert a paragraph.
6. <a href=―mailto:[email protected]‖>
6. ………….tag is used to send e-mail.
7. Order List, Unorder List, Definition List
7. Type of List…………
1. HR tag is used for…………………..
2. ……….tag is used to bring the text to new line.
3. ………attribute is used to define the thickness of horizontal rule.
4. The tag ……….is used create subscripts and ……..tag is used to create superscripts on the web page.
5. ……..is used to combine the cells horizontally.
6. ……..is used to combine the cells vertically.
7. An …….link allows a link to another section on the same web page. 1. Inserting Horizontal Line
8. The default alignment of an image on a web page is ………. 2. <BR>
9. <img> tag is used for…………..images. 3. Size
10.TR tag can only be present inside ……………tag. 4. <Sub> , <Sup>

11.………….attribute is used to span two or more columns in a table. 5. Colspan

12.The tag to start a table is ……………………. 6. Rowspan


7. Internal
8. Inline
9. Inserting Image
10. <Table>
11. Colspan
12. <Table>
1. Which of the following is not an attribute of <table> tag?
A. Border B. Background C. Bgcolor D. SRC
2. The tags that require a starting as well as ending tag are called ……….?
A. Pair Elements B. Empty Elements C. Container Elements D. Twin elements
3. Which of the following will give largest size of text ?
A. <H3> B. <H6> C. <H2> D. <H4>
4. Attribute for choosing type of font is ………..?
A. Character B. Face C. Font D. Type
5. Which is correct to change the text color to red?
A. <Body bgcolor=red> B. <Body Text=red> C. <Body color=red> D. None
6. Which of the following are heading tags?
A. <H3> B. <H6> C. <H1> D. All of the Above
7. Which attribute does not come in <HR> tag?
A. Size B. Color C. Width D. Length

1. D. SRC

2. C. Container Elements

3. C. <H2>

4. B. Face

5. B. <Body Text=red>

6. D. All of the Above

7. D. Length
1. List the attributes of <HR> tag.
2. How do give a comment in HTML?
3. Which tag is used to insert heading of third level on a web page?
4. How can text be displayed in place of image for users whose browsers do not support images?
5. How can an image be inserted in a web page?
6. Which one is correct?
A. <b> click here<b> B. <b> click here</b> 1. Size, Width, Color
7. When making bulleted list you have what option? 2. <!—this is a comment -->
3. <H3>
A. disc, circle, square B. triangle, square, disc 4. Using Alt Attribute
5. <img src=―image url‖>
C. square, disc, polygon
6. B – Because <B> is a container tag
7. A. these are valid

You might also like