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.)
- instead.)
to \