Web Programming Final

Web Programming Final

memorize.aimemorize.ai (lvl 286)
Section 1

Preview this deck

The ________ element displays a right-pointing arrow next to a summary or caption when the document is rendered in a browser.

Front

Star 0%
Star 0%
Star 0%
Star 0%
Star 0%

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Active users

0

All-time users

0

Favorites

0

Last updated

4 years ago

Date created

Mar 14, 2020

Cards (50)

Section 1

(50 cards)

The ________ element displays a right-pointing arrow next to a summary or caption when the document is rendered in a browser.

Front

summary

Back

Machines called ________ store HTML5 documents.

Front

web servers

Back

Each list item in an unordered list is delineated by the ________ element.

Front

li

Back

Which statement is false?

Front

The del element is used to delete text.

Back

The ________ element describes content that's separate from the main content of the page and might be used or distributed elsewhere, such as a news article, forum post or blog entry.

Front

article

Back

One major use for the meta element is related to which of the following?

Front

search engines

Back

The location of an image is specified in the img element's _______ attribute.

Front

src

Back

The time element enables you to identify a ________.

Front

date

Back

The ________ attribute can be used on input types to automatically fill in the user's information based on previous input.

Front

autocomplete

Back

The ________ attribute allows you to put temporary text in a text field.

Front

placeholder

Back

The alt attribute is used in a(n) ________ element to provide an alternate ________ description for the image.

Front

img, text

Back

The code ½ will produce which fraction?

Front

1/2

Back

The ________ input type enables the user to enter an hour, minute, second and fraction of a second.

Front

time

Back

Where is a table's summary displayed?

Front

the summary is not displayed

Back

An HTML5 table contains rows delimited by ________ elements, which contain cells delimited by ________ elements.

Front

tr,td

Back

HTML5 documents are edited using a(n) ________.

Front

text editor

Back

Which heading is the smallest?

Front

h6

Back

The ________ input type allows you to set a minimum and maximum and specify a value.

Front

range

Back

The ________ element provides a caption for the image in the figure element.

Front

figcaption

Back

The search input type provides a field for entering a search query and is functionally equivalent to an input of type ________.

Front

text

Back

Text put between the ________ tags appears in the browser's title bar (i.e., the dark bar at the top of the browser window).

Front

<title></title>

Back

The ________ element describes an image in the document so that it could be moved to the side of the page or to another page.

Front

figure

Back

The ________ input type enables the user to enter a color.

Front

color

Back

A link to an e-mail address is created using the notation <a href = "________">Paul</a>.

Front

mailto:emailAddress.

Back

The ________ element describes a section of a document, usually with a heading for each section.

Front

section

Back

When the arrow next to a summary element is clicked, the arrow points downward and reveals the content in a(n) ________ element.

Front

details

Back

The ________ element groups navigation links.

Front

nav

Back

The ________ attribute determines the increment in which the numbers in a spinner control increase or decrease.

Front

step

Back

The ________ input type enables the user to enter the date and time in a single control.

Front

datetime-local

Back

The ________ renders a visual representation of a measure within a range

Front

meter element

Back

To create an internal link in a Web page, the value of the href attribute includes the named anchor preceded by a ________.

Front

# symbol

Back

The ________ input type enables the user to enter a telephone number.

Front

tel

Back

The ________ element indicates the appropriate place to break a word when the text wraps to multiple lines.

Front

wbr

Back

The ________ attribute forces the user to enter a value before submitting the form.

Front

required

Back

The header element creates a header for the page. The header element contains ________.

Front

graphics

Back

An unordered list is created using which notation?

Front

<ul>

Back

The ________ input type enables the user to enter a date (year, month, day), time (hour, minute, second, fraction of a second) and the time zone set to UTC (Coordinated Universal Time or Universal Time, Coordinated).

Front

datetime

Back

The usage of an input element is defined by the value of its _________ attribute.

Front

type

Back

HTML5 text is marked up with ________, delimited by ________ that are keywords contained in pairs of ________.

Front

elements, tags, angle brackets

Back

The ________ element describes content that's related to the surrounding content (such as an article) but that's somewhat separate from the flow of the text.

Front

aside

Back

The ________ input type enables the user to enter a date in the format yyyy-mm-dd.

Front

date

Back

If you want to bypass validation, you can add the ________ attribute to input type submit.

Front

formnovalidate

Back

The ________ element enables you to highlight text.

Front

mark

Back

The ________ input type enables the user to enter a year and month in the format yyyy-mm, such as 2012-01.

Front

month

Back

In the statement <a href = "address">, href is a(n) ________ of the a element.

Front

attribute

Back

Which of the following is the most accurate statement concerning internal hyperlinks?

Front

Internally-linked location names can be assigned to any point in an HTML5 file

Back

The ________ input type enables the user to select a year and week number in the format yyyy-Wnn.

Front

week

Back

The ________ element provides input options for a text input element. The browser can use these options to display autocomplete options to the user.

Front

datalist

Back

1 Peter 3:15

Front

Always be prepared to give an answer to everyone who asks you to give the reason for the hope that you have.

Back

Which of the following accurately describes the select element?

Front

drop-down list

Back