• 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

The HTML Element (or HTML Table Caption Element) represents the title of a table. Though it is always the first descendant of a , its styling, using CSS, may place it elsewhere, relative to the table.

The HTML Table Column Element () defines a column within a table and is used for defining common semantics on all common cells. It is generally found within a element.

The HTML Table Column Group Element () defines a group of columns within a table.

The HTML Table Element () represents tabular data: information expressed via two dimensions or more.

The HTML Table Body Element () defines one or more element data-rows to be the body of its parent element (as long as no elements are immediate children of that table element.) In conjunction with a preceding and/or element, provides additional semantic information for devices such as printers and displays. Of the parent table's child elements, this represents the content which, when longer than a page, will most likely differ for each page printed; while the content of and will be the same or similar for each page printed. For displays, this will enable separate scrolling of the , , and elements of the same parent element. Note that unlike the , , and elements, however, this is permitted (if consecutive), allowing the data-rows in long tables to be divided into different sections, each separately formatted as needed.

The Table cell HTML element () defines a cell of a table that contains data. It participates in the table model.

The HTML Table Foot Element () defines a set of rows summarizing the columns of the table.

The HTML element table header cell defines a cell as a header for a group of cells of a table. The group of cells that the header refers to is defined by the scope and headers attribute.

The HTML Table Head Element () defines a set of rows defining the head of the columns of the table.

The HTML element table row defines a row of cells in a table. Those can be a mix of and elements.

The HTML Element represents a clickable button.

The HTML Datalist Element () contains a set of elements that represent the values available for other controls.

The HTML element is used to group several controls as well as labels () within a web form.

The HTML element represents a document section that contains interactive controls to submit information to a web server.

The HTML element is used to create interactive controls for web-based forms in order to accept data from the user. How this works varies considerably depending on the value of its type attribute.

The HTML Label Element () represents a caption for an item in a user interface. It can be associated with a control either by placing the control element inside the element, or by using the for attribute. Such a control is called the labeled control of the label element. One input can be associated with multiple labels.

The HTML Element (or HTML Legend Field Element) represents a caption for the content of its parent .

The HTML Element represents either a scalar value within a known range or a fractional value.

In a Web form, the HTML element creates a grouping of options within a element.

In a Web form, the HTML element is used to create a control representing an item within a , an or a HTML5 element.

The HTML element represents the result of a calculation or user action.

The HTML Element is used to view the completion progress of a task. While the specifics of how it's displayed is left up to the browser developer, it's typically displayed as a progress bar. Javascript can be used to manipulate the value of progress bar.

The HTML select () element represents a control that presents a menu of options. The options within the menu are represented by elements, which can be grouped by elements. Options can be pre-selected for the user.

The HTML element represents a multi-line plain-text editing control.