MCQ ITWD HTML Basics
MCQ ITWD HTML Basics
HTML MCQ’s
ITWD – BCA 2002
1. A webpage displays a picture. What tag was used to display that picture?
A. picture
B. image
C. img
D. src
2. <b> tag makes the enclosed text bold. What is other tag to make text bold?
A. <strong>
B. <dar>
C. <black>
D. <emp>
3. Tags and test that are not directly displayed on the page are written in _____ section.
A. <html>
B. <head>
C. <title>
D. <body>
172. A Web document is broken into sections. What are the tags called that create these
sections?
A. Structure tags
B. HTML tags
C. Heading tags
D. Body tags
Answer:
A. Structure tags
173. What should be the first and last pair of tags in your Web document?
A. <html></html> and <body></body>
B. <start><end> and <body></body>
C. <head><body> and <title></title>
D. <title></title> and <body<>/body>
Answer:
A. <html></html> and <body></body>
174. When you use a heading tag in a document, what does the Web browser assumes?
A. Heading information is to appear in bold letters
B. Heading information is to appear on its own line
C. Heading information has a hyperlink
D. Heading information is shown as a size six
Answer:
B. Heading information is to appear on its own line
175. For every Web document, you can add words that appear in the upper left bar area of
your browser. What set of tags allows you to provide this information?
A. <head></head>
B. <head><head>
C. <label><label>
D. <title></title>
Answer:
D. <title></title>