Class 10 Computer Application [165]
Unit 2 : HTML – 1
Multiple Choice Questions [Unit 2 – HTML-I Set 2]
21. An HTML document consists of ____________.
a. Text
b. Tag
c. Both a and b
d. Only b
22. ____________ defines the structure and appearance of the document.
a. Attributes
b. Tag
c. Text
d. None
23. The ________ tag contains information about the document, including its title, scripts used, style definitions, and document description.
a. HEAD
b. HTML
c. BODY
d. TITLE
24. Every HTML document contains two main tags. These are
a. HTML, TITLE
b. HTML, HEAD
c. HTML, BODY
d. HEAD, BODY
25. ____________ appears on the top of the window.
a. Header
b. Body
c. Title
d. HTML
26. ____________ appears in the window.
a. Header
b. Body
c. Title
d. HTML
27. ____________ tags contains the document title.
a. HEAD
b. BODY
c. TITLE
d. HTML
28. The _______ specified inside <TITLE> tag appears on the ____________.
a. title, browser’s title bar
b. header, browser’s address bar
c. title, browser’s address bar
d. header, browser’s title bar
29. The <TITLE> tag is entered between the opening and closing ____________ tags.
a. HEAD
b. HTML
c. BODY
d. NONE
30. The <TITLE> tag is entered between the opening and closing ____________ tags.
a. HEAD
b. HTML
c. BODY
d. NONE
31. The <BODY> tag is entered below the closing ____________ tag and above the closing ________ tag.
a. HEAD, HTML
b. HTML, HEAD
c. HTML, TITLE
d. TITLE, HEAD
32. The _______ tag is encloses all the tags, attributes and information to be displayed in the web page
a. HEAD
b. HTML
c. TITLE
d. BODY
33. If you are crating HTML5 document, then document must be start with ______ .
a. <DOCTYPE html>
b. <!DOCTTYPE html>
c. <DOCTYPE html5>
d. <!DOCTYPE html5>
34. The ________ is not an HTML element.
a. DOCTYPE
b. HTML
c. BODY
d. META
35. The ________ attribute is use to specify the language of HTML document.
a. language
b. lang
c. bhasha
d. None
36. Sumit wants to specify the language of content is english. Identify the correct statemnt for the same.
a. <html lang = ‘en’>
b. <html lang = ‘eng’>
c. <html lang=’english’>
d. None
37. The HTML ________ tag is use for declaring metadata for the HTML document.
a. <metadata>
b. <mata>
c. <meta>
d. None
38. The meta tag is placed between the opening/closing __________ tags.
a. <title> </title>
b. <body> </body>
c. <head> </head>
d. <hmtl> </html>
39. The ______ tag is use to refresh the page or set the cookies in HTML document.
a. <title>
b. <body>
c. <head>
d. <meta>
40. _________ can include document description, keywords, author etc.
a. Header
b. Footer
c. Metadata
d. Body