HTML5 Tags Flashcards
Tag defintions
<!–…–>
Defines a comment
Tag defintions
<!DOCTYPE>
Defines the document type
Tag defintions
<a>
Defines a hyperlink
Tag defintions
<abbr>
Defines an abbreviation
Tag defintions
<acronym>
Defines an acronym (Not supported in HTML5. Use <abbr> instead.)
Tag defintions
<address>
Defines contact information for the author/owner of a document
Tag defintions
<applet>
Defines an embedded applet (Not supported in HTML5. Use <object> instead.)
Tag defintions
<area>
Defines an area inside an image-map
Tag defintions
<article>
Defines an article
Tag defintions
<aside>
Defines content aside from the page content
Tag defintions
<audio>
Defines sound content
Tag defintions
<b>
Defines bold text
Tag defintions
<base>
Specifies the base URL/target for all relative URLs in a document
Tag defintions
<basefont>
Specifies a default color size and font for all text in a document (Not supported in HTML5. Use CSS instead.)
Tag defintions
<bdi>
Isolates a part of text that might be formatted in a different direction from other text outside it
Tag defintions
<bdo>
Overrides the current text direction
Tag defintions
<big>
Defines big text (Not supported in HTML5. Use CSS instead.)
Tag defintions
<blockquote>
Defines a section that is quoted from another source
Tag defintions
<body>
Defines the document’s body
Tag defintions
<br>
Defines a single line break
Tag defintions
<button>
Defines a clickable button
Tag defintions
<canvas>
Used to draw graphics on the fly via scripting (usually JavaScript)
Tag defintions
<caption>
Defines a table caption
Tag defintions
<center>
Defines centered text (Not supported in HTML5. Use CSS instead.)
Tag defintions
<cite>
Defines the title of a work
Tag defintions
<code>
Defines a piece of computer code
Tag defintions
<col>
Specifies column properties for each column within a <colgroup> element
Tag defintions
<colgroup>
Specifies a group of one or more columns in a table for formatting
Tag defintions
<command>
Defines a command button that a user can invoke
Tag defintions
<datalist>
Specifies a list of pre-defined options for input controls
Tag defintions
<dd>
Defines a description/value of a term in a description list
Tag defintions
<del>
Defines text that has been deleted from a document
Tag defintions
<details>
Defines additional details that the user can view or hide
Tag defintions
<dfn>
Defines?a definition term
Tag defintions
<dialog>
Defines a dialog box or window
Tag defintions
<dir>
Defines a directory list (Not supported in HTML5. Use <ul> instead.)
Tag defintions
<div>
Defines a section in a document
Tag defintions
<dl>
Defines a description list
Tag defintions
<dt>
Defines a term/name in a description list
Tag defintions
<em>
Defines emphasized text
Tag defintions
<embed>
Defines a container for an external (non-HTML) application
Tag defintions
<fieldset>
Groups related elements in a form
Tag defintions
<figcaption>
Defines a caption for a <figure> element
Tag defintions
<figure>
Specifies self-contained content
Tag defintions
<font>
Defines font color and size for text (Not supported in HTML5. Use CSS instead.)
Tag defintions
<footer>
Defines a footer for a document or section
Tag defintions
<form>
Defines an HTML form for user input
Tag defintions
<frame>
Defines a window (a frame) in a frameset (Not supported in HTML5.)
Tag defintions
<frameset>
Defines a set of frames (Not supported in HTML5.)
Tag defintions
<h1> to <h6>
Defines HTML headings
Tag defintions
<head>
Defines information about the document
Tag defintions
<header>
Defines a header for a document or section
Tag defintions
<hgroup>
Groups heading elements
Tag defintions
<hr>
Defines a thematic change in the content
Tag defintions
<html>
Defines the root of an HTML document
Tag defintions
<i>
Defines a part of text in an alternate voice or mood
Tag defintions
<iframe>
Defines an inline frame
Tag defintions
<img>
Defines an image
Tag defintions
<input>
Defines an input control
Tag defintions
<ins>
Defines a text that has been inserted into a document
Tag defintions
<kbd>
Defines keyboard input
Tag defintions
<keygen>
Defines a key-pair generator field (for forms)
Tag defintions
<label>
Defines a label?for an <input> element
Tag defintions
<legend>
Defines a caption for a <fieldset> element
Tag defintions
<li>
Defines a list item
Tag defintions
<link>
Defines the relationship between a document and an external resource (most used to link to style sheets)
Tag defintions
<main>
Specifies the main content of a document
Tag defintions
<map>
Defines a client-side image-map
Tag defintions
<mark>
Defines marked/highlighted text
Tag defintions
<menu>
Defines a list/menu of commands
Tag defintions
<meta>
Defines metadata about an HTML document
Tag defintions
<meter>
Defines a scalar measurement within a known range (a gauge)
Tag defintions
<nav>
Defines navigation links
Tag defintions
<noframes>
Defines an alternate content for users that do not support frames (Not supported in HTML5.)
Tag defintions
<noscript>
Defines an alternate content for users that do not support client-side scripts
Tag defintions
<object>
Defines an embedded object
Tag defintions
<ol>
Defines an ordered list
Tag defintions
<optgroup>
Defines a group of related options in a drop-down list
Tag defintions
<option>
Defines an option in a drop-down list
Tag defintions
<output>
Defines the result of a calculation
Tag defintions
<p>
Defines a paragraph
Tag defintions
<param>
Defines a parameter for an object
Tag defintions
<pre>
Defines preformatted text
Tag defintions
<progress>
Represents the progress of a task
Tag defintions
<q>
Defines a short quotation
Tag defintions
<rp>
Defines what to show in browsers that do not support ruby annotations
Tag defintions
<rt>
Defines an explanation/pronunciation of characters (for East Asian typography)
Tag defintions
<ruby>
Defines a ruby annotation (for East Asian typography)
Tag defintions
<s>
Defines text that is no longer correct
Tag defintions
<samp>
Defines sample output from a computer program
Tag defintions
<script>
Defines a client-side script
Tag defintions
<section>
Defines a section in a document
Tag defintions
<select>
Defines a drop-down list
Tag defintions
<small>
Defines smaller text
Tag defintions
<source>
Defines multiple media resources for media elements (<video> and <audio>)
Tag defintions
<span>
Defines a section in a document
Tag defintions
<strike>
Defines strikethrough text (Not supported in HTML5. Use <del> instead.)
Tag defintions
<strong>
Defines important text
Tag defintions
<style>
Defines style information for a document
Tag defintions
<sub>
Defines subscripted text
Tag defintions
<summary>
Defines a visible heading for a <details> element
Tag defintions
<sup>
Defines superscripted text
Tag defintions
<table>
Defines a table
Tag defintions
<tbody>
Groups the body content in a table
Tag defintions
<td>
Defines a cell in a table
Tag defintions
<textarea>
Defines a multiline input control (text area)
Tag defintions
<tfoot>
Groups the footer content in a table
Tag defintions
<th>
Defines a header cell in a table
Tag defintions
<thead>
Groups the header content in a table
Tag defintions
<time>
Defines a date/time
Tag defintions
<title>
Defines a title for the document
Tag defintions
<tr>
Defines a row in a table
Tag defintions
<track>
Defines text tracks for media elements (<video> and <audio>)
Tag defintions
<tt>
Defines teletype text (Not supported in HTML5. Use CSS instead.)
Tag defintions
<u>
Defines text that should be stylistically different from normal text
Tag defintions
<ul>
Defines an unordered list
Tag defintions
<var>
Defines a variable
Tag defintions
<video>
Defines a video or movie
Tag defintions
<wbr>
Defines a possible line-break