Web programming MCQs for placement and interview - Set 6

Web programming MCQs for placement and interview - Set 6


1.) ActiveX can be disabled via browser settings.
a.) TRUE
b.) FALSE
View Answer / Hide Answer

ANSWER: a.) TRUE




2.) What do you add to a template in order to control where page content goes?
a.) Text Frames
b.) HTML Controllers
c.) Editable Regions
d.) Page Content Controllers
View Answer / Hide Answer

ANSWER: c.) Editable Regions




3.) Which of the following is NOT a Style?
a.) Linked
b.) Embedded
c.) Inline
d.)Orthogonal
View Answer / Hide Answer

ANSWER: d.)Orthogonal




4.) Which of the following is NOT a Hotspot tool?
a.) Orthogonal Hotspot Tool
b.) Rectangular Hotspot Tool
c.) Oval Hotspot Tool
d.) Polygon Hotspot Tool
View Answer / Hide Answer

ANSWER: a.) Orthogonal Hotspot Tool




5.) Which of the following is not supported by older browsers?
a.) CSS
b.) Layers
c.) Frames
d.) All of the above
View Answer / Hide Answer

ANSWER: d.) All of the above




6.) Which of the following is the HTML tag to start a Heading Level 3?
a.) <H3>
b.) </H3>
c.) <#H3>
d.) <H3/>
View Answer / Hide Answer

ANSWER: a.) <H3>




7.) Which type of style should you use if you want to use the formats on multiple pages?
a.) Linked
b.) Embedded
c.) Inline
d.) Orthogonal
View Answer / Hide Answer

ANSWER: a.) Linked




8.) Orkut.com is owned by ___________
a.) Google
b.) Yahoo
c.) Microsoft
d.) Apple
View Answer / Hide Answer

ANSWER: a.) Google




9.) What is the correct HTML for referring to an external style sheet?
a.) <style src="mystyle.css">
b.) <stylesheet>mystyle.css
c.) <link rel="stylesheet" type="text/css" href="mystyle.css">
View Answer / Hide Answer

ANSWER: c.) <link rel="stylesheet" type="text/css" href="mystyle.css">




10.) Where in an HTML document is the correct place to refer to an external style sheet?
a.) At the top of the document
b.) At the end of the document
c.) In the section
d.) In the <head> section
View Answer / Hide Answer

ANSWER: d.) In the <head> section


Post your comment