html shiv

9

Click here to load reader

Upload: pkssteja

Post on 05-Nov-2015

218 views

Category:

Documents


0 download

DESCRIPTION

kndlndsjfnkjd

TRANSCRIPT

  • 6/11/2015 HTMLReference

    http://www.w3schools.com/tags/ref_byfunc.asp 5/14

    Previous(default.asp) NextReference(ref_standardattributes.asp)

    HTMLElementReference

    HTMLTagsOrderedbyCategory=NewinHTML5.

    BasicHTMLTag Description

    (tag_doctype.asp)

    Definesthedocumenttype

    (tag_html.asp)

    DefinesanHTMLdocument

    (tag_title.asp)

    Definesatitleforthedocument

    (tag_body.asp)

    Definesthedocument'sbody

    to(tag_hn.asp)

    DefinesHTMLheadings

    (tag_p.asp) Definesaparagraph

    (tag_br.asp) Insertsasinglelinebreak

    (tag_hr.asp) Definesathematicchangeinthecontent

    (tag_comment.asp)

    Definesacomment

    FormattingTag Description

    (tag_acronym.asp)

    NotsupportedinHTML5.Useinstead.Definesanacronym

  • 6/11/2015 HTMLReference

    http://www.w3schools.com/tags/ref_byfunc.asp 6/14

    (tag_abbr.asp)

    Definesanabbreviationoranacronym

    (tag_address.asp)

    Definescontactinformationfortheauthor/ownerofadocument/article

    (tag_b.asp) Definesboldtext

    (tag_bdi.asp) Isolatesapartoftextthatmightbeformattedinadifferentdirectionfromothertextoutsideit

    (tag_bdo.asp)

    Overridesthecurrenttextdirection

    (tag_big.asp) NotsupportedinHTML5.UseCSSinstead.Definesbigtext

    (tag_blockquote.asp)

    Definesasectionthatisquotedfromanothersource

    (tag_center.asp)

    NotsupportedinHTML5.UseCSSinstead.Definescenteredtext

    (tag_cite.asp)

    Definesthetitleofawork

    (tag_code.asp)

    Definesapieceofcomputercode

    (tag_del.asp) Definestextthathasbeendeletedfromadocument

    (tag_dfn.asp) Representsthedefininginstanceofaterm

    (tag_em.asp) Definesemphasizedtext

    (tag_font.asp)

    NotsupportedinHTML5.UseCSSinstead.Definesfont,color,andsizefortext

    (tag_i.asp) Definesapartoftextinanalternatevoiceormood

    (tag_ins.asp) Definesatextthathasbeeninsertedintoadocument

    (tag_kbd.asp)

    Defineskeyboardinput

    (tag_mark.asp)

    Definesmarked/highlightedtext

  • 6/11/2015 HTMLReference

    http://www.w3schools.com/tags/ref_byfunc.asp 7/14

    (tag_meter.asp)

    Definesascalarmeasurementwithinaknownrange(agauge)

    (tag_pre.asp) Definespreformattedtext

    (tag_progress.asp)

    Representstheprogressofatask

    (tag_q.asp) Definesashortquotation

    (tag_rp.asp) Defineswhattoshowinbrowsersthatdonotsupportrubyannotations

    (tag_rt.asp) Definesanexplanation/pronunciationofcharacters(forEastAsiantypography)

    (tag_ruby.asp)

    Definesarubyannotation(forEastAsiantypography)

    (tag_s.asp) Definestextthatisnolongercorrect

    (tag_samp.asp)

    Definessampleoutputfromacomputerprogram

    (tag_small.asp)

    Definessmallertext

    (tag_strike.asp)

    NotsupportedinHTML5.Useorinstead.Definesstrikethroughtext

    (tag_strong.asp)

    Definesimportanttext

    (tag_sub.asp) Definessubscriptedtext

    (tag_sup.asp) Definessuperscriptedtext

    (tag_time.asp)

    Definesadate/time

    (tag_tt.asp) NotsupportedinHTML5.UseCSSinstead.Definesteletypetext

    (tag_u.asp) Definestextthatshouldbestylisticallydifferentfromnormaltext

    (tag_var.asp) Definesavariable

    (tag_wbr.asp)

    Definesapossiblelinebreak

  • 6/11/2015 HTMLReference

    http://www.w3schools.com/tags/ref_byfunc.asp 8/14

    FormsandInputTag Description

    (tag_form.asp)

    DefinesanHTMLformforuserinput

    (tag_input.asp)

    Definesaninputcontrol

    (tag_textarea.asp)

    Definesamultilineinputcontrol(textarea)

    (tag_button.asp)

    Definesaclickablebutton

    (tag_select.asp)

    Definesadropdownlist

    (tag_optgroup.asp)

    Definesagroupofrelatedoptionsinadropdownlist

    (tag_option.asp)

    Definesanoptioninadropdownlist

    (tag_label.asp)

    Definesalabelforanelement

    (tag_fieldset.asp)

    Groupsrelatedelementsinaform

    (tag_legend.asp)

    Definesacaptionforaelement

    (tag_datalist.asp)

    Specifiesalistofpredefinedoptionsforinputcontrols

    (tag_keygen.asp)

    Definesakeypairgeneratorfield(forforms)

    (tag_output.asp)

    Definestheresultofacalculation

    Frames

  • 6/11/2015 HTMLReference

    http://www.w3schools.com/tags/ref_byfunc.asp 9/14

    Tag Description

    (tag_frame.asp)

    NotsupportedinHTML5.Definesawindow(aframe)inaframeset

    (tag_frameset.asp)

    NotsupportedinHTML5.Definesasetofframes

    (tag_noframes.asp)

    NotsupportedinHTML5.Definesanalternatecontentforusersthatdonotsupportframes

    (tag_iframe.asp)

    Definesaninlineframe

    ImagesTag Description

    (tag_img.asp)

    Definesanimage

    (tag_map.asp)

    Definesaclientsideimagemap

    (tag_area.asp)

    Definesanareainsideanimagemap

    (tag_canvas.asp)

    Usedtodrawgraphics,onthefly,viascripting(usuallyJavaScript)

    (tag_figcaption.asp)

    Definesacaptionforaelement

    (tag_figure.asp)

    Specifiesselfcontainedcontent

    Audio/VideoTag Description

    (tag_audio.asp)

    Definessoundcontent

    (tag_source.asp)

    Definesmultiplemediaresourcesformediaelements(and)

  • 6/11/2015 HTMLReference

    http://www.w3schools.com/tags/ref_byfunc.asp 10/14

    (tag_track.asp)

    Definestexttracksformediaelements(and)

    (tag_video.asp)

    Definesavideoormovie

    LinksTag Description

    (tag_a.asp)

    Definesahyperlink

    (tag_link.asp)

    Definestherelationshipbetweenadocumentandanexternalresource(mostusedtolinktostylesheets)

    (tag_nav.asp)

    Definesnavigationlinks

    ListsTag Description

    (tag_ul.asp) Definesanunorderedlist

    (tag_ol.asp) Definesanorderedlist

    (tag_li.asp) Definesalistitem

    (tag_dir.asp) NotsupportedinHTML5.Useinstead.Definesadirectorylist

    (tag_dl.asp) Definesadescriptionlist

    (tag_dt.asp) Definesaterm/nameinadescriptionlist

    (tag_dd.asp) Definesadescriptionofaterm/nameinadescriptionlist

    (tag_menu.asp)

    Definesalist/menuofcommands

    (tag_menuitem.asp)

    Definesacommand/menuitemthattheusercaninvokefromapopupmenu

    Tables

  • 6/11/2015 HTMLReference

    http://www.w3schools.com/tags/ref_byfunc.asp 11/14

    Tag Description

    (tag_table.asp)

    Definesatable

    (tag_caption.asp)

    Definesatablecaption

    (tag_th.asp) Definesaheadercellinatable

    (tag_tr.asp) Definesarowinatable

    (tag_td.asp) Definesacellinatable

    (tag_thead.asp)

    Groupstheheadercontentinatable

    (tag_tbody.asp)

    Groupsthebodycontentinatable

    (tag_tfoot.asp)

    Groupsthefootercontentinatable

    (tag_col.asp)

    Specifiescolumnpropertiesforeachcolumnwithinaelement

    (tag_colgroup.asp)

    Specifiesagroupofoneormorecolumnsinatableforformatting

    StylesandSemanticsTag Description

    (tag_style.asp)

    Definesstyleinformationforadocument

    (tag_div.asp)

    Definesasectioninadocument

    (tag_span.asp)

    Definesasectioninadocument

    (tag_header.asp)

    Definesaheaderforadocumentorsection

    (tag_footer.asp)

    Definesafooterforadocumentorsection

  • 6/11/2015 HTMLReference

    http://www.w3schools.com/tags/ref_byfunc.asp 12/14

    (tag_main.asp)

    Specifiesthemaincontentofadocument

    (tag_section.asp)

    Definesasectioninadocument

    (tag_article.asp)

    Definesanarticle

    (tag_aside.asp)

    Definescontentasidefromthepagecontent

    (tag_details.asp)

    Definesadditionaldetailsthattheusercanvieworhide

    (tag_dialog.asp)

    Definesadialogboxorwindow

    (tag_summary.asp)

    Definesavisibleheadingforaelement

    MetaInfoTag Description

    (tag_head.asp)

    Definesinformationaboutthedocument

    (tag_meta.asp)

    DefinesmetadataaboutanHTMLdocument

    (tag_base.asp)

    SpecifiesthebaseURL/targetforallrelativeURLsinadocument

    (tag_basefont.asp)

    NotsupportedinHTML5.UseCSSinstead.Specifiesadefaultcolor,size,andfontforalltextinadocument

    ProgrammingTag Description

    (tag_script.asp)

    Definesaclientsidescript

    (tag_noscript.asp)

    Definesanalternatecontentforusersthatdonotsupportclientsidescripts

  • 6/11/2015 HTMLReference

    http://www.w3schools.com/tags/ref_byfunc.asp 13/14

    Previous(default.asp) NextReference(ref_standardattributes.asp)

    (tag_applet.asp)

    NotsupportedinHTML5.Useorinstead.Definesanembeddedapplet

    (tag_embed.asp)

    Definesacontainerforanexternal(nonHTML)application

    (tag_object.asp)

    Definesanembeddedobject

    (tag_param.asp)

    Definesaparameterforanobject

    W3SCHOOLSEXAMSHTML,CSS,JavaScript,PHP,jQuery,andXMLCertifications

    (http://www.w3schools.com/cert/default.asp)

    COLORPICKER

    (/tags/ref_colorpicker.asp)

    SHARETHISPAGE(http://www.facebook.com/sharer.php?u=http://www.w3schools.com/tags/ref_byfunc.asp)

    (http://twitter.com/home?status=Currentlyreadinghttp://www.w3schools.com/tags/ref_byfunc.asp)

    (https://plus.google.com/share?url=http://www.w3schools.com/tags/ref_byfunc.asp)

    REPORTERROR()PRINTPAGE()

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