Web Page Design Multiple Choice Test (Mid Sem)

25 Questions | Attempts: 492
Share

SettingsSettingsSettings
Web Page Design Multiple Choice Test (Mid Sem) - Quiz

This test is to taken by those students who have a knowledge of Web Page Design using HTML and Front Page. Created by S. Bloomfield (Lecturer)


Questions and Answers
  • 1. 
    A clickable link that takes you from one document to another, or to any resource, even within a the same document, with text that is highlighted in some fashion is called
    • A. 

      Locator

    • B. 

      URL

    • C. 

      Protocol

    • D. 

      Hyperlink

  • 2. 
    HTML the TITLE tag is …
    • A. 

      The upper most text on your page

    • B. 

      What shows at the very top of your browser’s window

    • C. 

      The largest text, usually at the top of your page

    • D. 

      The most important HTML item

  • 3. 
    Which of the following are used to view documents on the Internet and World Wide Web
    • A. 

      Navigators

    • B. 

      System software

    • C. 

      Browsers

    • D. 

      Explorers

  • 4. 
    Extensible HyperText Markup Language
    • A. 

      Was designed to work in conjunction with

    • B. 

      Is an extinct version of HTML

    • C. 

      A security-enhanced version of HTML

    • D. 

      A reformulation of HTML in XML.

  • 5. 
    Choose the correct HTML tag for the largest heading
    • A. 

      the H6 tag

    • B. 

      The h1 tag

    • C. 

      The h4 tag

    • D. 

      The largest tag

  • 6. 
    This is a "standard" way of easily expressing the location and data type of a resource
    • A. 

      the IP address

    • B. 

      The Uniform Resource Locator

    • C. 

      The web address

    • D. 

      The domain name

  • 7. 
    The information that is the visible part of the document goes into this section which begins
    • A. 

      The head tag

    • B. 

      The body tag

    • C. 

      The HTML tag

    • D. 

      The section tag

  • 8. 
    When specifying the source of an image referenced in your HTML document, the image should
    • A. 

      Either be within the same folder as the HTML page, or the complete path name should be specified.

    • B. 

      Be located on the flashdrive in use

    • C. 

      Be sized apprpriately on the HTML page in order to fit

    • D. 

      Be of a format tht HTML can recognize and manipulate

  • 9. 
    This can be specified either as absolute pixels or a percentage value of the screen.
    • A. 

      Table width

    • B. 

      Table border

    • C. 

      Cell padding

    • D. 

      Column height

  • 10. 
    What is the purpose of the HTML  td colspan tag  
    • A. 

      Sets the number of rows a table should span

    • B. 

      Sets amount of space between table cells

    • C. 

      Sets number of columns a cell should span

    • D. 

      Sets the number of rows a column should span

  • 11. 
    What is the correct HTML for making a hyperlink to MySchools.com?  
    • A. 

      The answer is http://www.Myschools.com'

    • B. 

      The answer is MySchools.com'

    • C. 

      the answer is W3Schools.com'

    • D. 

      The answer is MySchools'

  • 12. 
    What is the purpose of the HTML blockquote tag         
    • A. 

      It defines a long quotation

    • B. 

      It defines a short quotation

    • C. 

      It defines a citation

    • D. 

      It defines text direct

  • 13. 
    To display a less than sign in an HTML document we must write
    • A. 

    • B. 

    • C. 

    • D. 

  • 14. 
    How can you make a list that lists the items with numbers?
    • A. 

      The list tag

    • B. 

      The ul tag

    • C. 

      The ol tag

    • D. 

      The dl tag

  • 15. 
    How many parts does a HTML character entity has
    • A. 

      A character entity has two parts

    • B. 

      A character entity has three parts

    • C. 

      Character entities only have one part

    • D. 

      Character entities have as many parts as is necessary

  • 16. 
    Which is the correct HTML codes for a vertical frameset with 3 frames 
    • A. 

      The tag - frameset cols= “500,250,250"

    • B. 

      The tag - frames = “50%, 25%, 25%”

    • C. 

      The tag - frameset cols=50%,25%,25%

    • D. 

      The tag - frameset rows="50%,25%,25%"

  • 17. 
      To reference a web page called web_1.htm to be displayed in a frame which of the following tags would be used
    • A. 

      The tag - frame src="web_1.htm"

    • B. 

      The tag - frame src="web_1.htm"

    • C. 

      The tag - frameset src="web_1.htm"

    • D. 

      The tag - frameset src="web_1.html"

  • 18. 
    The frameset column size value can be set in pixels (cols="200,500"), and one of the columns can be set to use the remaining space using a wildcard asterisk *  for the actual value. Which of the following would be appropriate for a 3 column using a wildcard
    • A. 

      The tag ("3 column, 200, *, *")

    • B. 

      The tag - frameset cols="500,200,300"

    • C. 

      The tag - frameset cols= “200,*,250”

    • D. 

      The tag - frameset cols= “50%,250,*”

  • 19. 
    Which of the following is an advantage of using frames in web pages:
    • A. 

      Frames takes long to load, especially when they contain alot of pictures

    • B. 

      Not all web browsers supports frames

    • C. 

      Frames adds to the creativity and aesthetic of a web site

    • D. 

      Frames are used to display multiple web pages in one window

  • 20. 
    How would you write Hello in an alert box?
    • A. 

      Alert "hello"

    • B. 

      Alert ("hello")

    • C. 

      Alert ("hello");

    • D. 

      Alertbox ("hello");

  • 21. 
    Which of the following means not equalt to in Javascript
    • A. 

      !=

    • B. 

    • C. 

      =!

    • D. 

      Not

  • 22. 
    The variables Numb1 and numb1, are interchangeable in JavaScript
    • A. 

      True

    • B. 

      False

  • 23. 
    An external JavaScript must contain the tag
    • A. 

      True

    • B. 

      False

  • 24. 
    Where is the correct place to insert a JavaScript
    • A. 

      The body section

    • B. 

      The head section

    • C. 

      It must be inserted in the body and head section

    • D. 

      It can be inserted in either the body or the head, as it makes no difference

  • 25. 
    Which of the following is not a use of JavaScript
    • A. 

      Browser detection

    • B. 

      Cookies

    • C. 

      Form validation

    • D. 

      User verification

Back to Top Back to top
×

Wait!
Here's an interesting quiz for you.

We have other quizzes matching your interest.