Worksheets Name
HTML Programming (Basics)
Class
Total questions: 24
Worksheet time: 48mins
Date
Instructor name: RAMASHANKAR DWIVEDI D
1. <!DOCTYPE html>
a) Goes in <head> element b) html
c) html file extension d) Document declaration
2. <html>
a) html extension b) Document declaration
c) HTML document opening tag d) HTML document closing tag
3. </html>
a) HTML document closing tag b) HTML document opening tag
c) Document declaration d) html extension
4. <p>
a) Placeholder b) Paragraph
c) Heading d) Line Break
5. Subheading of <h1>
a) <h1> b) <h2>
c) <title> d) <li>
6. <p> </p>
a) hyperlink b) picture tag
c) paragraph tags d) heading tags
7. The <body> contains everything that is displayed on the webpage.
a) False b) True
8. HTML is the language used to create .....
a) iPad Applications b) Games
c) Mobile Applications d) Web Pages
9. The LAST tag on a HTML document
a) None on the above b) </html>
c) </body> d) <html>
10. </body>
a) Paragraph tag b) Header tag
c) Closing body tag d) Opening Body tag
11. <body>
a) Header tag b) Closing body tag
c) Paragraph tag d) Opening body tag
12. The correct way to write an h1 tag
a) <h1>"Hello b) <h1>Hello</h1>
c) {h1}Hello{/h1} d) <h1>Hello<h1>
13. HTML Tag is a _______________ tag based programming language
a) Hyper Time Marking Language b) Hyper Text Markup Language
c) H1 Text Moving Language d) Head Title Meta Language
14. ___________ defines the most important heading.
a) Head b) HTML
c) H6 d) H1
15. ___________ defines the least important heading.
a) H6 b) H1
c) Head d) HTML
16. The ________ tag defines a paragraph
a) <p> b) <span>
c) <para> d) <div>
17. What does HTML stand for?
a) Hyper Tool Mega Language b) Half Terabyte Megabyte LAN
c) Happy Turtles Moo Loud d) Hyper Text Markup Language
18. Which of the following is the smallest heading tag?
a) <h5> b) <h6>
c) <h1> d) <h3>
19. Which of the following is the largest heading tag?
a) <h5> b) <h3>
c) <h6> d) <h1>
20. How many heading are there?
a) 6 b) 3
c) 4 d) 5
21.
What is HTML stands for?
a) Home tool mark up language b) Hyperlinks text make up language
c) Hyper text mark up language d) Hyper text make up language
22. Which character is used to indicate an end tag?
a) / b) ~
c) * d) <
23. What is the purpose of HTML
a) To make a formatted document b) To edit photos
c) To make a creative slide d) To make a webpage
24. <h6> is used for making largest heading.
a) False b) True
Answer Keys
1. d) Document declaration 2. c) HTML document opening 3. a) HTML document closing
tag tag
4. b) Paragraph 5. b) <h2> 6. c) paragraph tags
7. b) True 8. d) Web Pages 9. b) </html>
10. c) Closing body tag 11. d) Opening body tag 12. b) <h1>Hello</h1>
13. b) Hyper Text Markup 14. d) H1 15. a) H6
Language
16. a) <p> 17. d) Hyper Text Markup 18. b) <h6>
Language
19. d) <h1> 20. a) 6 21. c) Hyper text mark up
language
22. a) / 23. d) To make a webpage 24. a) False