HTML MCQ Question For Interview
1 HTML uses
A. User defined tags B. Pre-specified tags
C. Fixed tags defined by the language D. Tags only for linking
Ans: c
2. Apart from <b> tag, what other tag makes text bold ?
A. <fat> B. <strong>
C. <black> D. <emp>
Ans:c
3.From which tag descriptive list starts ?
A.<LL> B.<DD>
C.<DL> D<DS>
Ans:C
4. Which one of HTML tag come in pair?
A.<br> B.<img>
C.<svg> D.None of these
4. Which HTML attribute is used to dene inline styles?
A. font B. class
C. styles D. style
Ans: D
5. Which HTML tag is used to dene an internal style sheet?
A. <style> B. <css>
C. <script> D.<Styles>
Ans: A
6. HTML is Subset of
A.SGMD B.SGML
C.SGMH D. None of These
Ans:B
7. Chooses the Correct HTML tag to make a text Italic
A.<i> B.<italic>
C.<it> D.<il>
Ans:A
8.The tag which allow you to nest HTML tags within the descriptin
A.<Caption> B. <TD>
C.<TR> D. <None of These>
Ans:A
9. In HTML , Tag that include both on and off tag are called
A.comment tag B.document tag
C. container tag D.none of these
Ans: c
10. The tag used to for creating hypertext and hypermedia link is
A.<HR> B.<BR>
C.<Pre> D.<A>
Ans:D
11. The Tag which is used to establish the absolute base for relative URLs used in documents hypertext links
A.<body> B. <title >
C.<base> D.<br>
ans:c
12.which attribute is used to name an element Uniquely?
A.class B. id
C. dot D. All of these
Ans:B
13. the default value of BORDER attribute is?
A. 1Pixel B.2Pixel
C.3Pixel D.4pixel
14. how many chareacters can be written with 1 kilobyte?
A.1000 B.1024
C.1048 D none of these
15. The Attribute used to Choose the type of font in HTML is?
A.Character B. Face
C.Text-Type D. all of these
16.What is the difference between XML and HTML?
A.HTML is used for exchanging data, XML is not.
B.XML is used for exchanging data, HTML is not.
C.HTML can have user defined tags, XML cannot
D. Both can't Used to Exchange data
Ans:B
17.How do I add scrolling text to my page?
A.<scroll> B.<marquee>
C.<ciruler> D.<Scrl>
Ans: B
18..How can you make a list that lists the items with numbers?
A.<ul> B.<list>
C.<ol> D.<dl>
ans:<ol>
19.colspan=n can be added to only what tag?
A.<table> B.<td>
C.<tr> D.<Th>
ans:B
20. what will be the added by using <td> and </td> tag?
A.Rows B.Step
C. cell D.Columns
Ans:D
21. The tag which allows some web server search engines to search your web page?
A.<Search> B.<ISINDEX>
C.<HEAD> D.<LINK>
Ans:B
22.which tag can set the Background color for your page?
A<body> B <font>
C<head> D<title>
Ans:A
No comments:
Post a Comment