Practice Quiz #3a: More HTML (Quiz 1 of 2)

Ace your homework & exams now with Quizwiz!

Identify the number of name/value pairs in the following URL: http://www.exampledomain.com/example.php?firstname=John&lastname=Smith

2

Which element can create a button with an image?

<button>

Which of the following block-level elements is the only block element with no semantic meaning?

<div>...</div>

Select the containers from the following HTML elements.

<footer>...</footer> <header>...</header> <section>...</section> <span>...</span>

What HTML element do we use to facilitate information gathering for submission to a server?

<form>...</form>

Which HTML element should be used to produce a submit button widget in a form?

<input>

Which HTML element is a generic element for creating inline containers to facilitate managing content on a webpage. This element has no semantic meaning.

<span>...</span>

Identify the query string in the following URL : http://www.exampledomain.com/example.php ? firstname = John & lastname - Smith

? firstname = John & lastname = Smith

in HTML, what is a parent container?

A container in which another element resides.

What types of elements can be inside a block element?

Both inline and block elements.

An <option>...</option> element must have a value attribute.

False

Given the following HTML, the <ol>...</ol> element is the parent container of the <img> element. <section> <o1> ‹li›‹img src="George-Washington.jpg" alt="George Washington"›</li> ‹li›‹img src="John-Adams.jpg" alt="John Adams"›</li> ‹li›‹img src="Thomas Jefferson.jpg" alt="Thomas Jefferson"›</li› </o1) </section>

False

True or false? Buttons always submit form data to a server.

False

True or false? Passwords from the password widget that are sent to the server using HTTP are safe from prying eyes

False

True or false? The <audio>...</audio> element can always be paused by the user.

False

What types of elements can be inside an inline element?

Only inline elements

In HTML, what is a container?

Part of a web document body that has opening and closing tags.

Which of the following associated form elements are mutually exclusive, meaning only one (1) option can be selected by the user?

Radio Buttons Single-Option Select List

Given the following HTML, The <ol>...</ol> element is the <li>...</li> element's parent container. <section> <o1> ‹li›‹img src="George-Washington.jpg" alt="George-Washington"›</li> ‹li›‹img src="John-Adams.jpg" alt="John-Adams"›</li> ‹li›‹img src="Thomas-Jefferson.jpg" alt="Thomas Jefferson"›</li› </o1) </section>

True

Given the following HTML, the <ol>...</ol> element has a parent container. <section> <o1> ‹li›‹img src="George-Washington.jpg" alt="George Washington"›</li> ‹li›‹img src="John-Adams.jpg" alt="John Adams"›</li> ‹li›‹img src="Thomas Jefferson.jpg" alt="Thomas Jefferson"›</li› </o1) </section>

True

True or false? A <fieldset>...</fieldset> element can be used to group drop-down menus, buttons, and other widgets.

True

True or false? A drop-down menu only allows one option to be selected.

True

True or false? A fallback is a mechanism that allows a web page element to function correctly even if the browser does not support a particular element.

True

True or false? The <audio>...</audio> element can play audio as soon as the audio file has downloaded to the browser.

True

True or false? The AAC and MP3 audio formats are supported by nearly all web browsers.

True

This required < form > attribute specifies the name and location of the CGI script used to process the form .

action

Select the common attributes (4) that the <audio>...</audio> element includes.

autoplay controls loop muted

Select the four (4) <input> types that exist for entering specific types of text.

email search tel url

What HTML attribute should be used if a <form>...</form> field contains binary data, such as an image, that the normal format of the query string is not sufficient to encode?

enctype

Which attribute inside the <label>...</label> element is used to associate the label with a widget?

for

What < form > method attribute value instructs the browser to append the form data to the URL for use in a query string ?

get

Select the five (5) primary attributes for a <input> element.

id name placeholder type value

What type of HTML element fills the minimum space possible in the parent container and can only contain text or other elements of this type?

inline element

Which input element attribute limits the number of characters the user can type in a text box or password field?

maxlength

Which <input> attribute provides a pattern (called a regular expression) that the input must match?

pattern

Which <input> attribute provides a hint to the user about the information being requested?

placeholder

What <form> method attribute value allows sending more characters and is slightly more secure when submitting a Web-based form?

post

What is the <input> type attribute value of a text box widget?

text

Which <input> attribute allows the input to start with a default value?

value

What required < form > attribute specifies the manner in which the browser will send form data to a web server ?

。 method


Related study sets

Glosario Técnico Construcción.

View Set

Org Behavior Ch 13: Organizational Structure and Culture

View Set