HTML and JavaScript Fundamentals Quiz

Test your knowledge of HTML tags, forms, tables, and JavaScript event handlers in web development

17 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Which tag makes the largest headline?

  1. H1
  2. H2
  3. H3
  4. H4
Question 2 Multiple Choice (Single Answer)

The line below is called a _______________.

  1. Heavy Rule
  2. Horizantal Rule
  3. Hard Return
  4. HyperText Return
Question 3 Multiple Choice (Single Answer)

HTML is ___________.

  1. a company that provides access to the Internet.
  2. common questions and answers.
  3. the language of the Web.
  4. common graphic format on the Web.
Question 4 Multiple Choice (Single Answer)

What is the HTML feature that divides a web page into two or more scrollable parts?

  1. Split Page
  2. Frame
  3. Form
  4. Table
Question 5 Multiple Choice (Single Answer)

A table is a _____.

  1. ARPAnet.
  2. input area on a web page.
  3. method used to keep web pages formatted correctly.
  4. an interent activity that involves synthesis of information.
Question 6 Multiple Choice (Single Answer)

A form is an _____.

  1. an interent activity that involves synthesis of information.
  2. method used to keep web pages formatted correctly.
  3. input area on a web page.
  4. ARPAnet.
Question 7 Multiple Choice (Single Answer)

Target=_blank specifies that a

  1. the page will shut down.
  2. the page is defined as a target and will be found by the arrow command.
  3. window will open blank.
  4. when clicking a link, it will open in a new window.
Question 8 Multiple Choice (Single Answer)

HTML has a set of rules under which it operates. What is it called?

  1. Syntax
  2. Tags
  3. Dialog
  4. Laws
Question 9 Multiple Choice (Single Answer)

Which part of the HTML document would you find you META tag information?

  1. Body
  2. Title
  3. Form
  4. Head
Question 10 Multiple Choice (Single Answer)

To center, right or left justify text or an image, what code would I use?

  1. justify
  2. align
  3. push
  4. send
Question 11 Multiple Choice (Single Answer)

Enable, form, name, type, and value are all ________.

  1. events
  2. methods
  3. properties
  4. elements
Question 12 Multiple Choice (Single Answer)

onBlur, onClick, and onFocus are all ______ handlers.

  1. elements
  2. properties
  3. methods
  4. events
Question 13 Multiple Choice (Single Answer)

What is JSF?

  1. Programming language.
  2. Protocol.
  3. Framework.
  4. Web server.
Question 14 Multiple Choice (Single Answer)

What is JSF?

  1. Programming language.
  2. Protocol.
  3. Framework.
  4. Web server.
Question 15 True/False

JSF implements MVC (Model, View, and Controller) design pattern.

  1. True
  2. False
Question 16 Multiple Choice (Single Answer)

Which is not provided by JSF?

  1. Validator
  2. Converters
  3. Exception handler
  4. Event listeners
Question 17 Multiple Choice (Single Answer)

Which is the 3rd phase of the JSF application lifecycle?

  1. Invoke application.
  2. Apply request values
  3. Update model values
  4. Process validations