1. The <html> tag tells web browsers the document is an html document.
a. True
b. False
2. In HTML, tag are defined [ ] brackets.
a. True
b. False
3. HTML document can be saved by .html extension.
a. True
b. False
4. <> is the closing tag.
a. True
b. False
5. </> is the opening tag.
a. True
b. False
6. A head section is visible to a person viewing the web page.
a. True
b. False
7. <title> tag specifies the title of the document.
a. True
b. False
8. Bgcolor is attribute of <body> tag.
a. True
b. False
9. Bgcolor attribute used to change the Text color.
a. True
b. False
10. Background attribute of <body> tag is used to change the background color of document.
a. True
b. False
11. Background attribute is used with <body>
a. True
b. False
12. <h1> tag is used to specify heading in a document.
a. True
b. False
13. There are six levels in Heading.
a. True
b. False
14. H1 is a larger size text than H2. Â
a. True
b. False
15. The <p> tag is used for paragraph.
a. True
b. False
16. <p> tag is used to give headings in the web page.
a. True
b. False
17. <strong> tag also displays text in bold.
a. True
b. False
18. HTML has 6 different heading sizes.
a. True
b. False
19. <P> is used to create new paragraph.
a. True
b. False
20. <u> tag is used to mark the text italics.
a. True
b. False
21. Line breaks are given through <BR>
a. True
b. False
22. <li> tag is used to break the line
a. True
b. False
23. <BR> tag has its closed tag as </BR>
a. True
b. False
24. < HR> tag is same as <BR>
a. True
b. False
25. The NOSHADE is a valid attribute of <HR> tag.
a. True
b. False
26. The thickness of a horizontal line in HTML document cannot be changed.
a. True
b. False
27. <ul> tag is used to create ordered list.
a. True
b. False
28. The bullets are marked in an Ordered List.
a. True
b. False
29. <sub> is used for superscript.
a. True
b. False
30. Superscript effect can be created with the help of the <S> tag.
a. True
b. False
31. Attributes are properties used to provide additional information about an element.
a. True
b. False
32. HTML code is not case sensitive
a.   True
b.  False
33. Size attribute in<font> has values from 1 to 10.
a. True
b. False
34. In HTML, the default font size is 3.
a. True
b. False
35. A web browser is used to view a HTML document.
a. True
b. false
36. Web browser is used to browse web page.
a. True
b. False
37. HTML tags are case sensitive.Â
a. True
b. False
38. HTML is a case sensitive Web language.
a. True
b. False
39. HTML is a programming language
a. True
b. False
40. <TITLE> tag is used in the HEAD section of HTML document.
a. True
b. False
41. HTML tags and HTML elements the same thing.
a. True
b. False
42. A paired tag needs to be closed at the end
a. True
b. False
43. Title tag is an example of a paired tag
a. True
b. False
44. An unpaired tag has a closing tag.
a. True
b. False
45. It is necessary to write tags in a capital letter.
a. True
b. False
46. HTML stands for Hypertext Makeup Language.
a. True
b. False
47. Head tag comes after html tag.
a. True
b. False
48. HR tag is unpaired tag.
a. True
b. False
49. <TR> tag is used to create table data.
a. True
b. False
50. Whenever you want to make a link, you should use the element (e) tag.
a. True
b. False
51. The <a> tag is called the align tag.
a. True
b. False
52. VLINK is an attribute of <body> tag.
a. True
b. False
53. vlink defines the color of active link in <body> tag.
a. True
b. False
54. The color of the hyperlinks in an HTML document can be changed.
a. True
b. False
55. <frameset> tag is used to insert the frame in HTML document.
a. True
b. False