Section 1

Preview this deck

<html>

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 1, 2020

Cards (106)

Section 1

(50 cards)

<html>

Front

Defines the root of an HTML document

Back

<area>

Front

Defines an area inside an image-map

Back

<ins>

Front

Defines a text that has been inserted into a document

Back

<b>

Front

Defines bold text

Back

<iframe>

Front

Defines an inline frame

Back

<img>

Front

Defines an imag

Back

<colgroup>

Front

Specifies a group of one or more columns in a table for formatting

Back

<br>

Front

Defines a single line break

Back

<fieldset>

Front

Groups related elements in a form

Back

<article>

Front

Defines an article

Back

<body>

Front

Defines the document's body

Back

<datalist>

Front

Back

<caption>

Front

Defines a table caption

Back

<bdo>

Front

Overrides the current text direction

Back

<aside>

Front

Defines content aside prom page content

Back

<dd>

Front

Defines a description/value of a term in a description list

Back

<h1> to <h6>

Front

Defines HTML heading

Back

<kbd>

Front

Defines keyboard input

Back

<del>

Front

Defines a text that has been deleted from a document

Back

<blockquote>

Front

Defines a section that is quoted from another source

Back

<hr>

Front

Defines a thematic change in the content

Back

<em>

Front

Defines emphasized text

Back

<i>

Front

Defines a part of text in an alternate voice or mood

Back

<dialog>

Front

Defines a dialog box or window

Back

<button>

Front

Defines a clickable button

Back

<!--...-->

Front

Defines a comment

Back

<dfn>

Front

Represents the defining instance of a term

Back

<input>

Front

Defines an input control

Back

<address>

Front

Defines contact information for the author/owner of a document

Back

<figcaption>

Front

Defines a caption for a <figure> element

Back

<figure>

Front

Specifies self-contained content

Back

<audio>

Front

Defines sound content

Back

<a>

Front

Defines hyperlink

Back

<form>

Front

Defines an HTML form for user input

Back

<dt>

Front

Defines term/name in a description list

Back

<canvas>

Front

Used to draw graphics, on the fly, via scripting (usually JavaScript)

Back

<header>

Front

Defines a header for a document or section

Back

<embed>

Front

Defines a container for an external (non-HTML) application

Back

<!DOCTYPE>

Front

Defines document type

Back

<cite>

Front

Defines the title of a work

Back

<details>

Front

Defines additional details that the user can view or hide

Back

<base>

Front

Specifies the base URL/target for all relative URLs in a document

Back

<div>

Front

Defines a section within the document

Back

<footer>

Front

Defines a footer for a document or section

Back

<code>

Front

Defines a piece of computer code

Back

<dl>

Front

Defines a description list

Back

<col>

Front

Specifies column properties for each column within a <colgroup>

Back

<abbr>

Front

Defines an abbreviation or an acronym

Back

<head>

Front

Defines information about the document

Back

<bdi>

Front

Isolates a part of text that might be formatted in a different direction from the other other text outside it

Back

Section 2

(50 cards)

<ol>

Front

Defines an ordered list

Back

<q>

Front

Defines a short quotation

Back

<table>

Front

Defines a table

Back

<source>

Front

Defines multiple media resources for media elements (<video> and <audio>)

Back

<menu>

Front

Defines a list/menu of commands

Back

<menuitem>

Front

Defines a command/menu item that the user can invoke from the popup menu

Back

<sub>

Front

Defines subscripted text

Back

<strong>

Front

Defines important text

Back

<th>

Front

Defines a header cell in a table

Back

<meter>

Front

Defines a scalar measurement within a known range (or gauge)

Back

<mark>

Front

Defines marked/highlighted text

Back

<title>

Front

Defines title for the document

Back

<thead>

Front

Groups the header content in a table

Back

<nav>

Front

Defines navigation links

Back

<object>

Front

Defines an embedded object

Back

<rt> DON'T NEED

Front

Defines an explanation/pronunciation of characters (for East Asian typography) DON'T NEED

Back

<label>

Front

Defines a label for an <input> element

Back

<legend>

Front

Defines a caption for a <fieldset> element

Back

<main>

Front

Specifies the main content of a document

Back

<tfoot>

Front

Groups the footer content in a table

Back

<sup>

Front

Defines superscripted text

Back

<script>

Front

Defines a client-side script

Back

<select>

Front

Defines a drop-down list

Back

<optgroup>

Front

Defines a group of related options in a drop-down list

Back

<s>

Front

Defines text that is no longer correct

Back

<p>

Front

Defines a paragraph

Back

<param>

Front

Defines a parameter for an object

Back

<samp>

Front

Defines sample output from a computer program

Back

<li>

Front

Defines a list item

Back

<meta>

Front

Defines metadata about an HTML document

Back

<td>

Front

Defines cell in a table

Back

<style>

Front

Defines style information for a document

Back

<pre>

Front

Defines preformatted text

Back

<ruby> DON'T NEED

Front

Defines a ruby annotation (for East Asian typography) DON'T NEED

Back

<small>

Front

Defines smaller text

Back

<rp>

Front

Defines what to show in browsers that do not support ruby annotations

Back

<output>

Front

Defines result of a calculation

Back

<keygen>

Front

Defines a key-pair generator (for forms)

Back

<tr>

Front

Defines row in table

Back

<section>

Front

Defines a section in a document

Back

<summary>

Front

Defines a visible heading for a <details> element

Back

<span>

Front

Defines a section in a document

Back

<tbody>

Front

Groups the body content of a table

Back

<link>

Front

Defines the relationship between document and an external resource (mostly used to like stylesheets)

Back

<time>

Front

Defines date/time

Back

<progress>

Front

Represents the progress of a task

Back

<noscript>

Front

Defines alternate content for users that do not support client-side scripts

Back

<option>

Front

Defines an option in a drop-down list

Back

<textarea>

Front

Defines a multiline input control (text area)

Back

<map>

Front

Defines a client-side image-map

Back

Section 3

(6 cards)

<track>

Front

Defines text tracks for media elements (<video> and <audio>)

Back

<video>

Front

Defines a video or movie

Back

<ul>

Front

Defines an unordered list

Back

<wbr>

Front

Defines a possible line-break

Back

<u>

Front

Defines text that should be stylistically different from normal text

Back

<var>

Front

Defines a variable

Back