• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/24

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

24 Cards in this Set

  • Front
  • Back
article element
defines a part of an HTML document that consists of a "self-contained composition" that is independent from the rest of the content in the document
aside element
HTML5 element used to set off content that's related to the current topic but would interrupt the flow of the document if left inline
autofocus attribute
moves focus to a particular input field when a Web page loads
automatic validation
when the browser checks the data the user inputs
client-side validation
data that is validated before submission to the server
datalist element
enables you to present the user with a drop-down list of options to select from
email attribute
requires the user to enter an email address
footer element
defines the footer for a document or section
form input
the information a user enters into fields in a Web or client application form
global attribute
attribute that can be used with any HTML element
header element
defines a header for a document, section, or article
menu element
presents a list of commands
nav element
Defines a block of navigation links
ordered list
displays lists entries using numbers by default
pattern attribute
provides a format (regular expression) for an input field
placeholder text
text displayed inside an input field when the field is empty
required attribute
requires information in a field when the form is submitted
section element
defines a section in a document, such as a chapter or parts of a web page whose content is distinct from each other
semantic markup
the use of tag names that are intuitive and easier to build, modify, and interpret HTML
server-side validation
cases in which the server validates data received from an input form
table
contains rows and columns and is used to organize and display data (not for layout)
unordered list
displays list entries in a bulleted list
validation
the process of verifying that information entered or captured in a form is in the correct format and usable before sending it to the server
web form
a web page that provides input fields for a user to enter data