You are on page 1of 15

24/7/2015

HTMLReference

HTMLReference
HTMLbyAlphabet(default.asp)
HTMLbyCategory(ref_byfunc.asp)
HTMLGlobalAttributes(ref_standardattributes.asp)
HTMLEvents(ref_eventattributes.asp)
HTMLCanvas(ref_canvas.asp)
HTMLAudio/Video(ref_av_dom.asp)
HTMLDoctypes(ref_html_dtd.asp)
HTMLColornames(ref_colornames.asp)
HTMLColorgroups(ref_colorgroups.asp)
HTMLColorpicker(ref_colorpicker.asp)
HTMLColormixer(ref_colormixer.asp)
HTMLCharacterSets(ref_charactersets.asp)
HTMLURLEncode(ref_urlencode.asp)
HTMLLanguageCodes(ref_language_codes.asp)
HTMLCountryCodes(ref_country_codes.asp)
HTTPMessages(ref_httpmessages.asp)
HTTPMethods(ref_httpmethods.asp)
PXtoEMConverter(ref_pxtoemconversion.asp)
KeyboardShortcuts(ref_keyboardshortcuts.asp)

HTMLTags
<!>(tag_comment.asp)
<!DOCTYPE>(tag_doctype.asp)
<a>(tag_a.asp)
<abbr>(tag_abbr.asp)
<acronym>(tag_acronym.asp)
<address>(tag_address.asp)
<applet>(tag_applet.asp)
http://www.w3schools.com/tags/default.asp

1/15

24/7/2015

HTMLReference

<area>(tag_area.asp)
<article>(tag_article.asp)
<aside>(tag_aside.asp)
<audio>(tag_audio.asp)
<b>(tag_b.asp)
<base>(tag_base.asp)
<basefont>(tag_basefont.asp)
<bdi>(tag_bdi.asp)
<bdo>(tag_bdo.asp)
<big>(tag_big.asp)
<blockquote>(tag_blockquote.asp)
<body>(tag_body.asp)
<br>(tag_br.asp)
<button>(tag_button.asp)
<canvas>(tag_canvas.asp)
<caption>(tag_caption.asp)
<center>(tag_center.asp)
<cite>(tag_cite.asp)
<code>(tag_code.asp)
<col>(tag_col.asp)
<colgroup>(tag_colgroup.asp)
<datalist>(tag_datalist.asp)
<dd>(tag_dd.asp)
<del>(tag_del.asp)
<details>(tag_details.asp)
<dfn>(tag_dfn.asp)
<dialog>(tag_dialog.asp)
<dir>(tag_dir.asp)
<div>(tag_div.asp)
<dl>(tag_dl.asp)
<dt>(tag_dt.asp)
<em>(tag_em.asp)
<embed>(tag_embed.asp)
<fieldset>(tag_fieldset.asp)
http://www.w3schools.com/tags/default.asp

2/15

24/7/2015

HTMLReference

<figcaption>(tag_figcaption.asp)
<figure>(tag_figure.asp)
<font>(tag_font.asp)
<footer>(tag_footer.asp)
<form>(tag_form.asp)
<frame>(tag_frame.asp)
<frameset>(tag_frameset.asp)
<h1><h6>(tag_hn.asp)
<head>(tag_head.asp)
<header>(tag_header.asp)
<hr>(tag_hr.asp)
<html>(tag_html.asp)
<i>(tag_i.asp)
<iframe>(tag_iframe.asp)
<img>(tag_img.asp)
<input>(tag_input.asp)
<ins>(tag_ins.asp)
<kbd>(tag_kbd.asp)
<keygen>(tag_keygen.asp)
<label>(tag_label.asp)
<legend>(tag_legend.asp)
<li>(tag_li.asp)
<link>(tag_link.asp)
<main>(tag_main.asp)
<map>(tag_map.asp)
<mark>(tag_mark.asp)
<menu>(tag_menu.asp)
<menuitem>(tag_menuitem.asp)
<meta>(tag_meta.asp)
<meter>(tag_meter.asp)
<nav>(tag_nav.asp)
<noframes>(tag_noframes.asp)
<noscript>(tag_noscript.asp)
<object>(tag_object.asp)
http://www.w3schools.com/tags/default.asp

3/15

24/7/2015

HTMLReference

<ol>(tag_ol.asp)
<optgroup>(tag_optgroup.asp)
<option>(tag_option.asp)
<output>(tag_output.asp)
<p>(tag_p.asp)
<param>(tag_param.asp)
<pre>(tag_pre.asp)
<progress>(tag_progress.asp)
<q>(tag_q.asp)
<rp>(tag_rp.asp)
<rt>(tag_rt.asp)
<ruby>(tag_ruby.asp)
<s>(tag_s.asp)
<samp>(tag_samp.asp)
<script>(tag_script.asp)
<section>(tag_section.asp)
<select>(tag_select.asp)
<small>(tag_small.asp)
<source>(tag_source.asp)
<span>(tag_span.asp)
<strike>(tag_strike.asp)
<strong>(tag_strong.asp)
<style>(tag_style.asp)
<sub>(tag_sub.asp)
<summary>(tag_summary.asp)
<sup>(tag_sup.asp)
<table>(tag_table.asp)
<tbody>(tag_tbody.asp)
<td>(tag_td.asp)
<textarea>(tag_textarea.asp)
<tfoot>(tag_tfoot.asp)
<th>(tag_th.asp)
<thead>(tag_thead.asp)
<time>(tag_time.asp)
http://www.w3schools.com/tags/default.asp

4/15

24/7/2015

HTMLReference

<title>(tag_title.asp)
<tr>(tag_tr.asp)
<track>(tag_track.asp)
<tt>(tag_tt.asp)
HTML(/html/default.asp)
CSS(/css/default.asp)
<u>(tag_u.asp)
(/default.asp)
<ul>(tag_ul.asp)
JAVASCRIPT(/js/default.asp)
SQL(/sql/default.asp)
<var>(tag_var.asp)
PHP(/php/default.asp)
<video>(tag_video.asp)

jQUERY(/jquery/default.asp)

<wbr>(tag_wbr.asp)
BOOTSTRAP(/bootstrap/default.asp)
XML(/xml/default.asp)
EXAMPLES

ANGULAR(/angular/default.asp)

TUTORIALS

REFERENCES

FORUM(/forum/default.asp)

HTMLElementReference
W3SchoolsHome(/default.asp)NextReference(ref_byfunc.asp)

HTMLTagsOrderedAlphabetically
=NewinHTML5.
Tag

Description

<!...>
(tag_comment.asp)

Definesacomment

<!DOCTYPE>
(tag_doctype.asp)

Definesthedocumenttype

<a>(tag_a.asp)

Definesahyperlink

<abbr>
(tag_abbr.asp)

Definesanabbreviationoranacronym

<acronym>
(tag_acronym.asp)

NotsupportedinHTML5.Use<abbr>instead.
Definesanacronym

http://www.w3schools.com/tags/default.asp

5/15

24/7/2015

HTMLReference

<address>
(tag_address.asp)

Definescontactinformationfortheauthor/ownerofa
document

<applet>
(tag_applet.asp)

NotsupportedinHTML5.Use<embed>or<object>instead.
Definesanembeddedapplet

<area>
(tag_area.asp)

Definesanareainsideanimagemap

<article>
(tag_article.asp)

Definesanarticle

<aside>
(tag_aside.asp)

Definescontentasidefromthepagecontent

<audio>
(tag_audio.asp)

Definessoundcontent

<b>(tag_b.asp)

Definesboldtext

<base>
(tag_base.asp)

SpecifiesthebaseURL/targetforallrelativeURLsina
document

<basefont>
(tag_basefont.asp)

NotsupportedinHTML5.UseCSSinstead.
Specifiesadefaultcolor,size,andfontforalltextina
document

<bdi>(tag_bdi.asp)

Isolatesapartoftextthatmightbeformattedinadifferent
directionfromothertextoutsideit

<bdo>
(tag_bdo.asp)

Overridesthecurrenttextdirection

<big>(tag_big.asp)

NotsupportedinHTML5.UseCSSinstead.
Definesbigtext

<blockquote>
(tag_blockquote.asp)

Definesasectionthatisquotedfromanothersource

<body>
(tag_body.asp)

Definesthedocument'sbody

<br>(tag_br.asp)

Definesasinglelinebreak

<button>
(tag_button.asp)

Definesaclickablebutton

http://www.w3schools.com/tags/default.asp

6/15

24/7/2015

HTMLReference

<canvas>
(tag_canvas.asp)

Usedtodrawgraphics,onthefly,viascripting(usually
JavaScript)

<caption>
(tag_caption.asp)

Definesatablecaption

<center>
(tag_center.asp)

NotsupportedinHTML5.UseCSSinstead.
Definescenteredtext

<cite>
(tag_cite.asp)

Definesthetitleofawork

<code>
(tag_code.asp)

Definesapieceofcomputercode

<col>(tag_col.asp)

Specifiescolumnpropertiesforeachcolumnwithina
<colgroup>element

<colgroup>
(tag_colgroup.asp)

Specifiesagroupofoneormorecolumnsinatablefor
formatting

<datalist>
(tag_datalist.asp)

Specifiesalistofpredefinedoptionsforinputcontrols

<dd>(tag_dd.asp)

Definesadescription/valueofaterminadescriptionlist

<del>(tag_del.asp)

Definestextthathasbeendeletedfromadocument

<details>
(tag_details.asp)

Definesadditionaldetailsthattheusercanvieworhide

<dfn>(tag_dfn.asp)

Representsthedefininginstanceofaterm

<dialog>
(tag_dialog.asp)

Definesadialogboxorwindow

<dir>(tag_dir.asp)

NotsupportedinHTML5.Use<ul>instead.
Definesadirectorylist

<div>(tag_div.asp)

Definesasectioninadocument

<dl>(tag_dl.asp)

Definesadescriptionlist

<dt>(tag_dt.asp)

Definesaterm/nameinadescriptionlist

<em>(tag_em.asp)

Definesemphasizedtext

http://www.w3schools.com/tags/default.asp

7/15

24/7/2015

HTMLReference

<embed>
(tag_embed.asp)

Definesacontainerforanexternal(nonHTML)application

<fieldset>
(tag_fieldset.asp)

Groupsrelatedelementsinaform

<figcaption>
(tag_figcaption.asp)

Definesacaptionfora<figure>element

<figure>
(tag_figure.asp)

Specifiesselfcontainedcontent

<font>
(tag_font.asp)

NotsupportedinHTML5.UseCSSinstead.
Definesfont,color,andsizefortext

<footer>
(tag_footer.asp)

Definesafooterforadocumentorsection

<form>
(tag_form.asp)

DefinesanHTMLformforuserinput

<frame>
(tag_frame.asp)

NotsupportedinHTML5.
Definesawindow(aframe)inaframeset

<frameset>
(tag_frameset.asp)

NotsupportedinHTML5.
Definesasetofframes

<h1>to<h6>
(tag_hn.asp)

DefinesHTMLheadings

<head>
(tag_head.asp)

Definesinformationaboutthedocument

<header>
(tag_header.asp)

Definesaheaderforadocumentorsection

<hr>(tag_hr.asp)

Definesathematicchangeinthecontent

<html>
(tag_html.asp)

DefinestherootofanHTMLdocument

<i>(tag_i.asp)

Definesapartoftextinanalternatevoiceormood

<iframe>
(tag_iframe.asp)

Definesaninlineframe

http://www.w3schools.com/tags/default.asp

8/15

24/7/2015

HTMLReference

<img>
(tag_img.asp)

Definesanimage

<input>
(tag_input.asp)

Definesaninputcontrol

<ins>(tag_ins.asp)

Definesatextthathasbeeninsertedintoadocument

<kbd>
(tag_kbd.asp)

Defineskeyboardinput

<keygen>
(tag_keygen.asp)

Definesakeypairgeneratorfield(forforms)

<label>
(tag_label.asp)

Definesalabelforan<input>element

<legend>
(tag_legend.asp)

Definesacaptionfora<fieldset>element

<li>(tag_li.asp)

Definesalistitem

<link>(tag_link.asp)

Definestherelationshipbetweenadocumentandanexternal
resource(mostusedtolinktostylesheets)

<main>
(tag_main.asp)

Specifiesthemaincontentofadocument

<map>
(tag_map.asp)

Definesaclientsideimagemap

<mark>
(tag_mark.asp)

Definesmarked/highlightedtext

<menu>
(tag_menu.asp)

Definesalist/menuofcommands

<menuitem>
(tag_menuitem.asp)

Definesacommand/menuitemthattheusercaninvoke
fromapopupmenu

<meta>
(tag_meta.asp)

DefinesmetadataaboutanHTMLdocument

<meter>
(tag_meter.asp)

Definesascalarmeasurementwithinaknownrange(a
gauge)

http://www.w3schools.com/tags/default.asp

9/15

24/7/2015

HTMLReference

<nav>
(tag_nav.asp)

Definesnavigationlinks

<noframes>
(tag_noframes.asp)

NotsupportedinHTML5.
Definesanalternatecontentforusersthatdonotsupport
frames

<noscript>
(tag_noscript.asp)

Definesanalternatecontentforusersthatdonotsupport
clientsidescripts

<object>
(tag_object.asp)

Definesanembeddedobject

<ol>(tag_ol.asp)

Definesanorderedlist

<optgroup>
(tag_optgroup.asp)

Definesagroupofrelatedoptionsinadropdownlist

<option>
(tag_option.asp)

Definesanoptioninadropdownlist

<output>
(tag_output.asp)

Definestheresultofacalculation

<p>(tag_p.asp)

Definesaparagraph

<param>
(tag_param.asp)

Definesaparameterforanobject

<pre>(tag_pre.asp)

Definespreformattedtext

<progress>
(tag_progress.asp)

Representstheprogressofatask

<q>(tag_q.asp)

Definesashortquotation

<rp>(tag_rp.asp)

Defineswhattoshowinbrowsersthatdonotsupportruby
annotations

<rt>(tag_rt.asp)

Definesanexplanation/pronunciationofcharacters(forEast
Asiantypography)

<ruby>
(tag_ruby.asp)

Definesarubyannotation(forEastAsiantypography)

http://www.w3schools.com/tags/default.asp

10/15

24/7/2015

HTMLReference

<s>(tag_s.asp)

Definestextthatisnolongercorrect

<samp>
(tag_samp.asp)

Definessampleoutputfromacomputerprogram

<script>
(tag_script.asp)

Definesaclientsidescript

<section>
(tag_section.asp)

Definesasectioninadocument

<select>
(tag_select.asp)

Definesadropdownlist

<small>
(tag_small.asp)

Definessmallertext

<source>
(tag_source.asp)

Definesmultiplemediaresourcesformediaelements
(<video>and<audio>)

<span>
(tag_span.asp)

Definesasectioninadocument

<strike>
(tag_strike.asp)

NotsupportedinHTML5.Use<del>or<s>instead.
Definesstrikethroughtext

<strong>
(tag_strong.asp)

Definesimportanttext

<style>
(tag_style.asp)

Definesstyleinformationforadocument

<sub>(tag_sub.asp)

Definessubscriptedtext

<summary>
(tag_summary.asp)

Definesavisibleheadingfora<details>element

<sup>(tag_sup.asp)

Definessuperscriptedtext

<table>
(tag_table.asp)

Definesatable

<tbody>
(tag_tbody.asp)

Groupsthebodycontentinatable

<td>(tag_td.asp)

Definesacellinatable

http://www.w3schools.com/tags/default.asp

11/15

24/7/2015

HTMLReference

<textarea>
(tag_textarea.asp)

Definesamultilineinputcontrol(textarea)

<tfoot>
(tag_tfoot.asp)

Groupsthefootercontentinatable

<th>(tag_th.asp)

Definesaheadercellinatable

<thead>
(tag_thead.asp)

Groupstheheadercontentinatable

<time>
(tag_time.asp)

Definesadate/time

<title>
(tag_title.asp)

Definesatitleforthedocument

<tr>(tag_tr.asp)

Definesarowinatable

<track>
(tag_track.asp)

Definestexttracksformediaelements(<video>and
<audio>)

<tt>(tag_tt.asp)

NotsupportedinHTML5.UseCSSinstead.
Definesteletypetext

<u>(tag_u.asp)

Definestextthatshouldbestylisticallydifferentfromnormal
text

<ul>(tag_ul.asp)

Definesanunorderedlist

<var>(tag_var.asp)

Definesavariable

<video>
(tag_video.asp)

Definesavideoormovie

<wbr>
(tag_wbr.asp)

Definesapossiblelinebreak

W3SchoolsHome(/default.asp)NextReference(ref_byfunc.asp)

http://www.w3schools.com/tags/default.asp

12/15

24/7/2015

HTMLReference

W3SCHOOLSEXAMS
HTML,CSS,JavaScript,PHP,jQuery,andXMLCertifications(http://www.w3schools.com/cert/default.asp)

COLORPICKER
(/tags/ref_colorpicker.asp)

SHARETHISPAGE
http://www.w3schools.com/tags/default.asp

13/15

24/7/2015

HTMLReference

(http://www.facebook.com/sharer.php?u=http://www.w3schools.com/tags/default.asp)
(http://twitter.com/home?status=Currentlyreadinghttp://www.w3schools.com/tags/default.asp)
(https://plus.google.com/share?url=http://www.w3schools.com/tags/default.asp)

REPORTERROR()
PRINTPAGE()
FORUM(/forum/default.asp)
ABOUT(/about/default.asp)

Top10Tutorials
HTMLTutorial(/html/default.asp)
CSSTutorial(/css/default.asp)
JavaScriptTutorial(/js/default.asp)
SQLTutorial(/sql/default.asp)
PHPTutorial(/php/default.asp)
jQueryTutorial(/jquery/default.asp)
BootstrapTutorial(/bootstrap/default.asp)
AngularTutorial(/angular/default.asp)
ASP.NETTutorial(/aspnet/default.asp)
XMLTutorial(/xml/default.asp)

Top10References
HTMLReference(/tags/default.asp)
CSSReference(/cssref/default.asp)
JavaScriptReference(/jsref/default.asp)
BrowserStatistics(/browsers/default.asp)
HTMLDOM(/jsref/dom_obj_document.asp)
http://www.w3schools.com/tags/default.asp

14/15

24/7/2015

HTMLReference

PHPReference(/php/php_ref_array.asp)
jQueryReference(/jquery/jquery_ref_selectors.asp)
HTMLColors(/tags/ref_colornames.asp)
HTMLCharacterSets(/charsets/default.asp)
XMLDOM(/dom/dom_nodetype.asp)

Top10Examples
HTMLExamples(/html/html_examples.asp)
CSSExamples(/css/css_examples.asp)
JavaScriptExamples(/js/js_examples.asp)
HTMLDOMExamples(/js/js_dom_examples.asp)
PHPExamples(/php/php_examples.asp)
jQueryExamples(/jquery/jquery_examples.asp)
XMLExamples(/xml/xml_examples.asp)
XMLDOMExamples(/dom/dom_examples.asp)
ASPExamples(/asp/asp_examples.asp)
SVGExamples(/svg/svg_examples.asp)

WebCertificates
HTMLCertificate(/cert/default.asp)
HTML5Certificate(/cert/default.asp)
CSSCertificate(/cert/default.asp)
JavaScriptCertificate(/cert/default.asp)
jQueryCertificate(/cert/default.asp)
PHPCertificate(/cert/default.asp)
BootstrapCertificate(/cert/default.asp)
XMLCertificate(/cert/default.asp)

W3Schoolsisoptimizedforlearning,testing,andtraining.Examplesmightbesimplifiedtoimprovereadingand
basicunderstanding.Tutorials,references,andexamplesareconstantlyreviewedtoavoiderrors,butwecannot
warrantfullcorrectnessofallcontent.Whileusingthissite,youagreetohavereadandacceptedourtermsof
use(/about/about_copyright.asp),cookieandprivacypolicy(/about/about_privacy.asp).Copyright19992015
(/about/about_copyright.asp)byRefsnesData.AllRightsReserved.
(http://www.w3schools.com)

http://www.w3schools.com/tags/default.asp

15/15

You might also like