CBSE Class 10 Computer Application code 165 Unit 2 HTML I MCQ’s – Set 2

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

Answer: c. Both a and b

22. ____________ defines the structure and appearance of the document.

a. Attributes

b. Tag

c. Text

d. None

Answer: b. Tag

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

Answer: a. HEAD

24. Every HTML document contains two main tags. These are

a. HTML, TITLE

b. HTML, HEAD

c. HTML, BODY

d. HEAD, BODY

Answer: d. HEAD, BODY

25. ____________ appears on the top of the window.

a. Header

b. Body

c. Title

d. HTML

Answer: a. Header

26. ____________ appears in the window.

a. Header

b. Body

c. Title

d. HTML

Answer: b. Body

27. ____________ tags contains the document title.

a. HEAD

b. BODY

c. TITLE

d. HTML

Answer: c. TITLE

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

Answer: a. title, browser’s title bar

29. The <TITLE> tag is entered between the opening and closing ____________ tags.

a. HEAD

b. HTML

c. BODY

d. NONE

Answer: a. HEAD

30. The <TITLE> tag is entered between the opening and closing ____________ tags.

a. HEAD

b. HTML

c. BODY

d. NONE

Answer: a. HEAD

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

Answer: a. HEAD, HTML

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

Answer: 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>

Answer: b. <!DOCTYPE html>

34. The ________ is not an HTML element.

a. DOCTYPE

b. HTML

c. BODY

d. META

Answer: a. DOCTYPE

35. The ________ attribute is use to specify the language of HTML document.

a. language

b. lang

c. bhasha

d. None

Answer: b. lang

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

Answer: a. <html lang = ‘en’>

37. The HTML ________ tag is use for declaring metadata for the HTML document.

a. <metadata>

b. <mata>

c. <meta>

d. None

Answer: c. <meta>

38. The meta tag is placed between the opening/closing __________ tags.

a. <title> </title>

b. <body> </body>

c. <head> </head>

d. <hmtl> </html>

Answer: c. <head> </head>

39. The ______ tag is use to refresh the page or set the cookies in HTML document.

a. <title>

b. <body>

c. <head>

d. <meta>

Answer: d. <meta>

40. _________ can include document description, keywords, author etc. 

a. Header

b. Footer

c. Metadata

d. Body

Answer: c. Metadata


Class 10 Computer Application [165] HTML – I MCQ’s


Class 10 Computer Application [165] Cyber Ethics MCQ’s


You cannot copy content of this page

Scroll to Top