HTML Knowledge

38 Questions | Attempts: 267
Share

SettingsSettingsSettings
Knowledge Quizzes & Trivia

This quiz is designed to test students' knowledge of HTML.


Questions and Answers
  • 1. 

    HTML is a an acronym for Hyper Text Makeup Language

    • A.

      True

    • B.

      False

    Correct Answer
    B. False
  • 2. 

    An attribute gives additional information about an element

    • A.

      True

    • B.

      False

    Correct Answer
    A. True
  • 3. 

    When inserting a text field, the label is first typed followed by the code.

    • A.

      True

    • B.

      False

    Correct Answer
    A. True
  • 4. 

    Radio buttons should only allow the user to select one button at a time.

    • A.

      True

    • B.

      False

    Correct Answer
    A. True
  • 5. 

    The option tag is first opened, followed by the select tag when creating Date of Birth.

    • A.

      True

    • B.

      False

    Correct Answer
    B. False
  • 6. 

    Which of the following tags requires an attribute to successfully insert.

    • A.

      Html

    • B.

      Body

    • C.

      Title

    • D.

      Submit

    Correct Answer
    D. Submit
  • 7. 

    Which of the following is the proper structure to change background color?

    • A.

      Body bgcolor=""

    • B.

      Bodybgcolor=""

    • C.

      Body bg color=""

    • D.

      Background color=""

    Correct Answer
    A. Body bgcolor=""
  • 8. 

    Which of the following of the correct structure to insert an image

    • A.

      Image source=""

    • B.

      Img src=""

    • C.

      Image=""

    • D.

      Imgsrc=""

    Correct Answer
    B. Img src=""
  • 9. 

    Which of the following tags require/s an attribute to successfully be inserted? (Select all that apply)

    • A.

      Radio Button

    • B.

      HTML

    • C.

      Body

    • D.

      Anchor

    Correct Answer(s)
    A. Radio Button
    D. Anchor
  • 10. 

    Which of the following tags requires a label before typing the codes?

    • A.

      Checkbox

    • B.

      Textfield

    • C.

      Radio

    • D.

      Font

    Correct Answer
    B. Textfield
  • 11. 

    Write the code (without using angle braces) to insert a jpg picture entitled boat?

    Correct Answer
    img src="boat.jpg"
  • 12. 

    Write the code (without using angled braces) to have the text  "Hello World" scroll across the screen. For example: html /html

    Correct Answer
    marquee Hello World /marquee
  • 13. 

    Which of the following tags should be used when creating text to appear in bullet form.

    • A.

      Form

    • B.

      Unordered List

    • C.

      Ordered List

    • D.

      List Item

    Correct Answer(s)
    B. Unordered List
    D. List Item
  • 14. 

    H6 is the largest Heading Tag.

    • A.

      True

    • B.

      False

    Correct Answer
    B. False
  • 15. 

    What does HTML stand for ?

    • A.

      HYPERLINKS AND TEXT MARKUP LANGUAGE

    • B.

      HOME TOOL MARKUP LANGUAGE

    • C.

      HYPER TEXT MARKUP LANGUAGE

    • D.

      HOME TEXT MARKUP LANGUAGE

    Correct Answer
    C. HYPER TEXT MARKUP LANGUAGE
  • 16. 

    HTML Tags are case sensitive.

    • A.

      TRUE

    • B.

      FALSE

    Correct Answer
    B. FALSE
  • 17. 

    You do not have to connect to the internet to verify changes to a Web page on your computer.

    • A.

      TRUE

    • B.

      FALSE

    Correct Answer
    A. TRUE
  • 18. 

    There are_____color names recognized by all version of HTML.

    • A.

      6

    • B.

      8

    • C.

      16

    • D.

      256

    Correct Answer
    C. 16
  • 19. 

    Software programs, like your Web browser, use a mathemathical approach to define color.

    • A.

      TRUE

    • B.

      FALSE

    Correct Answer
    A. TRUE
  • 20. 

    The page title is inside the____tag.

    • A.

      BODY

    • B.

      HEAD

    • C.

      DIVISION

    • D.

      TABLE

    Correct Answer
    B. HEAD
  • 21. 

    What are the attributes of font tag?

    • A.

      Face,size

    • B.

      Colour,width size

    • C.

      Face,size,color

    • D.

      Text,face,size

    Correct Answer
    C. Face,size,color
  • 22. 

    What is the file extension used for HTML file ?

    • A.

      .WEBPAGE

    • B.

      .SHTML

    • C.

      .HTML

    • D.

      .DOC

    Correct Answer
    C. .HTML
  • 23. 

    <Hn> tag is conatiner tag?

    • A.

      True

    • B.

      False

    Correct Answer
    A. True
  • 24. 

    H1 is the smallest header tag.

    • A.

      FALSE

    • B.

      TRUE

    Correct Answer
    A. FALSE
  • 25. 

    The default horizontal row alignment for is _______________?

    • A.

      Right

    • B.

      Left

    • C.

      Justified justified justified justified Justified

    • D.

      Centered

    Correct Answer
    B. Left
  • 26. 

    Which is the best reason for using a closing (p) tag in your document when you open a paragraph tag?

    • A.

      To help the writer distinguish between paragraphs

    • B.

      All tags must be properly closed

    • C.

      To add an extra space between paragraphs.

    • D.

      To conclude a document

    Correct Answer
    A. To help the writer distinguish between paragraphs
  • 27. 

    Which attribute is correct to apply a background color to a tag?

    • A.

      Background

    • B.

      Background color

    • C.

      Bgcolor

    • D.

      Bg color

    Correct Answer
    C. Bgcolor
  • 28. 

    Which tag will insert a line across the page?

    • A.

      Li

    • B.

      Ul

    • C.

      H1

    • D.

      Hr

    Correct Answer
    D. Hr
  • 29. 

    _____________ are additional features that can be added to tags to specify additional properties of that particular tag.

    • A.

      Body

    • B.

      Attributes

    • C.

      Properties

    • D.

      Specifications

    Correct Answer
    B. Attributes
  • 30. 

    Which of the following is NOT found in the body section of an HTML document?

    • A.

      P

    • B.

      Hr /

    • C.

      Title

    • D.

      Img

    Correct Answer
    C. Title
  • 31. 

    What is the proper tag to set a horizontal line to span 50% of your screen?

    • A.

      Hr width=’50%’

    • B.

      Hr size=’50%’

    • C.

      Hr width ‘50%’

    • D.

      Hr align=’50%’

    Correct Answer
    A. Hr width=’50%’
  • 32. 

    How can you justify a paragraph in your web page?

    • A.

      P=’justify’

    • B.

      Align=’justify’

    • C.

      P align=’justified’

    • D.

      P align=’justify’

    Correct Answer
    D. P align=’justify’
  • 33. 

    What is a tag?

    • A.

      A left and right angle bracket with the name of the tag between the brackets

    • B.

      .htm or .html

    • C.

      Instructions to the web browser that specify how to format text, which objects to insert

    • D.

      / (forward slash)

    Correct Answer
    A. A left and right angle bracket with the name of the tag between the brackets
  • 34. 

    Web pages should be saved with what file extension?

    • A.

      A left and right angle bracket with the name of the tag between the brackets

    • B.

      .htm or .html

    • C.

      Instructions to the web browser that specify how to format text, which object to insert

    • D.

      / (forward slash)

    Correct Answer
    B. .htm or .html
  • 35. 

    How are closing tags distinguished from their corresponding opening tags?

    • A.

      A left and right angle bracket with the name of the tag between the brackets

    • B.

      .htm or .html

    • C.

      It usually ignors it

    • D.

      / (forward slash)

    Correct Answer
    D. / (forward slash)
  • 36. 

    Which tag pairs marks the beginning and the end of an HTML document?

    • A.

      Body.../body

    • B.

      Html.../html

    • C.

      Title.../title

    • D.

      Head.../head

    Correct Answer
    B. Html.../html
  • 37. 

    Instructions that allow you to specify how you want your text to appear and to instruct the browser to include specific images in your document are called _________ tags.

    • A.

      Http

    • B.

      Html

    • C.

      TCP/IP

    • D.

      Irc

    Correct Answer
    B. Html
  • 38. 

    Which is a correct syntax?

    • A.

      p align=center

    • B.

      P aline= center

    • C.

      P align=centre

    • D.

      P align=center

    Correct Answer
    D. P align=center

Quiz Review Timeline +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Jan 02, 2015
    Quiz Edited by
    ProProfs Editorial Team
  • Jan 02, 2015
    Quiz Created by
    Jawahar Ganesh
Back to Top Back to top
Advertisement
×

Wait!
Here's an interesting quiz for you.

We have other quizzes matching your interest.