Filled Under: html5 html5 tags
html5 tags
HTML 5 is a revision of the Hypertext Markup Language HTML, the standard programming language for describing the contents and appearance of Web pages.HTML5 was developed to solve compatibility problems that affect the current standard, HTML5. One of the biggest differences between HTML5 and previous versions of the standard is that older versions of HTML require proprietary plugins and APIs. This is why a Web page that was built and tested in one browser may not load correctly in another browser.HTML5 provides one common interface to make loading elements easier. For example, there is no need to install a Flash plugin in HTML5 because the element will run by itself.
|
HTML5
|
HTML5 TAGS:-
Tag Description
<!--...--> Defines a comment Defines the document type
<a> Defines a hyperlink
<abbr> Defines an abbreviation or an acronym
<acronym> Not supported in HTML5. Use <abbr> instead.
Defines an acronym
<address> Defines contact information for the author/owner of a document
<applet> Not supported in HTML5. Use <embed> or <object> instead.
Defines an embedded applet
<area> Defines an area inside an image-map
<article> Defines an article
<aside> Defines content aside from the page content
<audio> Defines sound content
<b> Defines bold text
<base> Specifies the base URL/target for all relative URLs in a document Not supported in HTML5. Use instead.
Specifies a default color, size, and font for all text in a document
<bdi> Isolates a part of text that might be formatted in a different direction from other text outside i Overrides the current text direction
<big> Not supported in HTML5. Use instead.
Defines big text Defines a section that is quoted from another source
<body> Defines the document's body Defines a single line break
<button> Defines a button
<canvas> Used to draw graphics, on the fly, via scripting (usually JavaScript)
<caption> Defines a table caption
<center> Not supported in HTML5. Use instead.
Defines centered text
<cite> Defines the title of a work
<code> - Defines a piece of computer code
<col> - Specifies column properties for each column within a element
0 comments:
Post a Comment