HTML and JavaScript Fundamentals Quiz
Test your knowledge of HTML tags, forms, tables, and JavaScript event handlers in web development
Questions
Which tag makes the largest headline?
- H1
- H2
- H3
- H4
The line below is called a _______________.
- Heavy Rule
- Horizantal Rule
- Hard Return
- HyperText Return
HTML is ___________.
- a company that provides access to the Internet.
- common questions and answers.
- the language of the Web.
- common graphic format on the Web.
What is the HTML feature that divides a web page into two or more scrollable parts?
- Split Page
- Frame
- Form
- Table
A table is a _____.
- ARPAnet.
- input area on a web page.
- method used to keep web pages formatted correctly.
- an interent activity that involves synthesis of information.
A form is an _____.
- an interent activity that involves synthesis of information.
- method used to keep web pages formatted correctly.
- input area on a web page.
- ARPAnet.
Target=_blank specifies that a
- the page will shut down.
- the page is defined as a target and will be found by the arrow command.
- window will open blank.
- when clicking a link, it will open in a new window.
HTML has a set of rules under which it operates. What is it called?
- Syntax
- Tags
- Dialog
- Laws
Which part of the HTML document would you find you META tag information?
- Body
- Title
- Form
- Head
To center, right or left justify text or an image, what code would I use?
- justify
- align
- push
- send
Enable, form, name, type, and value are all ________.
- events
- methods
- properties
- elements
onBlur, onClick, and onFocus are all ______ handlers.
- elements
- properties
- methods
- events
What is JSF?
- Programming language.
- Protocol.
- Framework.
- Web server.
What is JSF?
- Programming language.
- Protocol.
- Framework.
- Web server.
JSF implements MVC (Model, View, and Controller) design pattern.
- True
- False
Which is not provided by JSF?
- Validator
- Converters
- Exception handler
- Event listeners
Which is the 3rd phase of the JSF application lifecycle?
- Invoke application.
- Apply request values
- Update model values
- Process validations