• 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/81

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;

81 Cards in this Set

  • Front
  • Back
Defines a comment
<!--..-->
Defines the document type
<!DOCTYPE>
Defines an anchor
<a href="http://www.w3schools.com/tags/tag_a.asp">a</a>
Defines an abbreviation
<a href="http://www.w3schools.com/tags/tag_abbr.asp">abbr</a>
Defines an acronym
<a href="http://www.w3schools.com/tags/tag_acronym.aspym">acronym</a>
Defines contact information for the author/owner of a document
<a href="http://www.w3schools.com/tags/tag_address.asp">address</a>
Defines an area inside an image-map
<a href="http://www.w3schools.com/tags/tag_area.asp">area</a>
Defines bold text
<a href="http://www.w3schools.com/tags/tag_font_style.asp">b</a>
Defines a default address or a default target for all links on a page
<a href="http://www.w3schools.com/tags/tag_base.asp">base</a>
Defines the text direction
<a href="http://www.w3schools.com/tags/tag_bdo.asp">bdo</a>
Defines big text
<a href="http://www.w3schools.com/tags/tag_font_style.asp">big</a>
Defines a long quotation
<a href="http://www.w3schools.com/tags/tag_blockquote.asp">blockquote</a>
Defines the document's body
<a href="http://www.w3schools.com/tags/tag_body.asp">body</a>
Defines a single line break
<a href="http://www.w3schools.com/tags/tag_br.asp">br</a>
Defines a push button
<a href="http://www.w3schools.com/tags/tag_button.asp">button</a>
Defines a table caption
<a href="http://www.w3schools.com/tags/tag_caption.asp">caption</a>
Defines a citation
<a href="http://www.w3schools.com/tags/tag_phrase_elements.asp">cite</a>
Defines computer code text
<a href="http://www.w3schools.com/tags/tag_phrase_elements.asp">code</a>
Defines attribute values for one or more columns in a table
<a href="http://www.w3schools.com/tags/tag_col.asp">col</a>
Defines a group of columns in a table for formatting
<a href="http://www.w3schools.com/tags/tag_colgroup.asp">colgroup</a>
Defines a description of a term in a definition list
<a href="http://www.w3schools.com/tags/tag_dd.asp">dd</a>
Defines deleted text
<a href="http://www.w3schools.com/tags/tag_del.asp">del</a>
Defines a section in a document
<a href="http://www.w3schools.com/tags/tag_div.asp">div</a>
Defines a definition term
<a href="http://www.w3schools.com/tags/tag_phrase_elements.asp">dfn</a>
Defines a definition list
<a href="http://www.w3schools.com/tags/tag_dl.asp">dl</a>
Defines a term (an item) in a definition list
<a href="http://www.w3schools.com/tags/tag_dt.asp">dt</a>
Defines emphasized text
<a href="http://www.w3schools.com/tags/tag_phrase_elements.asp">em</a>
Defines a border around elements in a form
<a href="http://www.w3schools.com/tags/tag_fieldset.asp">fieldset</a>
Defines an HTML form for user input
<a href="http://www.w3schools.com/tags/tag_form.asp">form</a>
Defines a window (a frame) in a frameset
<a href="http://www.w3schools.com/tags/tag_frame.asp">frame</a>
Defines a set of frames
<a href="http://www.w3schools.com/tags/tag_frameset.asp">frameset</a>
Defines information about the document
<a href="http://www.w3schools.com/tags/tag_head.asp">head</a>
Defines HTML headings
<a href="http://www.w3schools.com/tags/tag_hn.asp">h1, h2, h3, h4, h5, h6</a>
Defines a horizontal line
<a href="http://www.w3schools.com/tags/tag_hr.asp">hr</a>
Defines an HTML document
<a href="http://www.w3schools.com/tags/tag_html.asp">html</a>
Defines italic text
<a href="http://www.w3schools.com/tags/tag_font_style.asp">i</a>
Defines an inline frame
<a href="http://www.w3schools.com/tags/tag_iframe.asp">iframe</a>
Defines an image
<a href="http://www.w3schools.com/tags/tag_img.asp">img</a>
Defines an input control
<a href="http://www.w3schools.com/tags/tag_input.asp">input</a>
Defines inserted text
<a href="http://www.w3schools.com/tags/tag_ins.asp">ins</a>
Defines keyboard text
<a href="http://www.w3schools.com/tags/tag_phrase_elements.asp">kbd</a>
Defines a label for an input element
<a href="http://www.w3schools.com/tags/tag_label.asp">label</a>
Defines a caption for a fieldset element
<a href="http://www.w3schools.com/tags/tag_legend.asp">legend</a>
Defines a list item
<a href="http://www.w3schools.com/tags/tag_li.asp">li</a>
Defines the relationship between a document and an external resource
<a href="http://www.w3schools.com/tags/tag_link.asp">link</a>
Defines an image-map
<a href="http://www.w3schools.com/tags/tag_map.asp">map</a>
Defines metadata about an HTML document
<a href="http://www.w3schools.com/tags/tag_meta.asp">meta</a>
Defines an alternate content for users that do not support frames
<a href="http://www.w3schools.com/tags/tag_noframes.asp">noframes</a>
Defines an alternate content for users that do not support client-side scripts
<a href="http://www.w3schools.com/tags/tag_noscript.asp">noscript</a>
Defines an embedded object
<a href="http://www.w3schools.com/tags/tag_object.asp">object</a>
Defines an ordered list
<a href="http://www.w3schools.com/tags/tag_ol.asp">ol</a>
Defines a group of related options in a select list
<a href="http://www.w3schools.com/tags/tag_optgroup.asp">optgroup</a>
Defines an option in a select list
<a href="http://www.w3schools.com/tags/tag_option.as">option</a>
Defines a paragraph
<a href="http://www.w3schools.com/tags/tag_p.asp">p</a>
Defines preformatted text
<a href="http://www.w3schools.com/tags/tag_pre.asp">pre</a>
Defines a short quotation
<a href="http://www.w3schools.com/tags/tag_q.asp ">q</a>
Defines sample computer code
<a href="http://www.w3schools.com/tags/tag_phrase_elements.asp">samp</a>
Defines a client-side script
<a href="http://www.w3schools.com/tags/tag_script.asp">script</a>
Defines a select list (drop-down list)
<a href="http://www.w3schools.com/tags/tag_select.asp">select</a>
Defines small text
<a href="http://www.w3schools.com/tags/tag_font_style.asp">small</a>
Defines an inline section in a document
<a href="http://www.w3schools.com/tags/tag_span.asp">span</a>
Defines strong text
<a href="http://www.w3schools.com/tags/tag_phrase_elements.asp">strong</a>
Defines style information for a document
<a href="http://www.w3schools.com/tags/tag_style.asp">style</a>
Defines subscripted text
<a href="http://www.w3schools.com/tags/tag_sup.asp">sub</a>
Defines superscripted text
<a href="http://www.w3schools.com/tags/tag_sup.asp">sup</a>
Defines a table
<a href="http://www.w3schools.com/tags/tag_table.asp">table</a>
Groups the body content in a table
<a href="http://www.w3schools.com/tags/tag_tbody.asp">tbody</a>
Defines a cell in a table
<a href="http://www.w3schools.com/tags/tag_td.asp">td</a>
Defines a multi-line text input control
<a href="http://www.w3schools.com/tags/tag_textarea.asp">textarea</a>
Groups the footer content in a table
<a href="http://www.w3schools.com/tags/tag_tfoot.asp">tfoot</a>
Defines a header cell in a table
<a href="http://www.w3schools.com/tags/tag_th.asp">th</a>
Groups the header content in a table
<a href="http://www.w3schools.com/tags/tag_thead.asp">thead</a>
Defines the title of a document
<a href="http://www.w3schools.com/tags/tag_title.asp">title</a>
Defines a row in a table
<a href="http://www.w3schools.com/tags/tag_tr.asp">tr</a>
Defines teletype text
<a href="http://www.w3schools.com/tags/tag_font_style.asp">tt</a>
Defines an unordered list
<a href="http://www.w3schools.com/tags/tag_ul.asp">ul</a>
Defines a variable part of a text
<a href="http://www.w3schools.com/tags/tag_phrase_elements.asp">var</a>
Deprecated tags
<a href="http://www.w3schools.com/tags/default.asp">applet, basefont, center, dir, font, isindex, menu, s, strike, u, xmp </a>
Not supported by xhtml strict
Transitional and Frameset DTD's only.
frame, frameset, iframe, noframes, and all deprecated tags
td or th attribute that tells a cell how many columns or rows to span (e.g. span 2 columns>
<a href="http://www.w3schools.com/tags/att_td_colspan.asp">colspan="2"</a>
table attribute that adds space around text in the table
<a href="http://www.w3schools.com/tags/att_table_cellpadding.asp">cellpadding="10"</a>