Skip to main content

HTML Quiz March 30, 2017

HTML Quiz

1. <b> tag makes the enclosed text bold. What is other tag to make text bold?
A. <strong>
B. <dar>
C. <black>
D. <emp>

2. What should be the first tag in any HTML document?
A. <head>
B. <title>
C. <html>
D. <document>

3. How can you make an e-mail link?
A. <a href="xxx@yyy"></a>
B. <mail href="xxx@yyy"></mail>
C. <mail>xxx@yyy</mail>
D. <a href="mailto:xxx@yyy"></a>

4. Which tag creates a check box for a form in HTML?
A. <checkbox>
B. <input type="checkbox">
C. <input=checkbox>
D. <input checkbox>

5. Which one is not valid statement?
A. <a href="tel:9999999999">Test</a>
B. <a href="callto:9999999999">Test</a>
C. <a href="call:9999999999">Test</a>
D. <a href="skype:9999999999">Test</a>

6. Marquee is a tag in HTML to:
A. Display text with scrolling effect
B. mark the list of items to maintaininqueue
C. Mark the text so that it is hidden in browser
D. None of above

7. Which of the following is not a valid align attribute?
A. Left
B. Right
C. Top
D. All of above

8. Tags and text that are not directly displayed on the page are written in _____ section.
A. <html>
B. <head>
C. <title>
D. <body>

9. Which tag do not have end tag?
A. <pre>
B. <em>
C. <code>
D. <hr>

10. Text within <EM> … </EM> tag is displayed as ________
A. bold
B. italic
C. list
D. indented

11. Which attribute is used to name an element uniquely?
A. class
B. id
C. dot
D. all of above

12. Outlook Express is a _________
A. E-Mail Client
B. Browser
C. SearchEngine
D. None of the above
Answers:
  1. A
  2. C
  3. D
  4. B
  5. C
  6. A
  7. C
  8. B
  9. D
  10. B
  11. B
  12. A

Comments