Current location: Hot Scripts Forums » General Web Coding » HTML5 » List of HTML 5 Tags


List of HTML 5 Tags

Reply
  #1 (permalink)  
Old 02-06-10, 08:51 AM
digioz's Avatar
digioz digioz is offline
Community VIP
 
Join Date: Oct 2003
Location: Chicago, IL
Posts: 2,167
Thanks: 3
Thanked 8 Times in 8 Posts
Post List of HTML 5 Tags

Below is a complete list of HTML5 tags as of now:

Code:
Tag   Description
-------------------------
<!--...--> Defines a comment
<!DOCTYPE> Defines the document type
<a> Defines a hyperlink
<abbr> Defines an abbreviation
<acronym>  Not supported in HTML 5.
<address> Defines an address element
<applet> Not supported in HTML 5.
<area>  Defines an area inside an image map
<article> New Defines an article
<aside>  New Defines content aside from the page content
<audio>  New Defines sound content
<b>   Defines bold text
<base>  Defines a base URL for all the links in a page
<basefont> Not supported in HTML 5.
<bdo>  Defines the direction of text display
<big>  Not supported in HTML 5.
<blockquote>Defines a long quotation
<body>  Defines the body element
<br>  Inserts a single line break
<button> Defines a push button
<canvas> New Defines graphics
<caption> Defines a table caption
<center> Not supported in HTML 5.
<cite>  Defines a citation
<code>  Defines computer code text
<col>  Defines attributes for table columns 
<colgroup> Defines groups of table columns
<command> New Defines a command button
<datalist> New Defines a dropdown list
<dd>  Defines a definition description
<del>  Defines deleted text
<details> New Defines details of an element
<dialog> New Defines a dialog (conversation)
<dfn>  Defines a definition term
<dir>  Not supported in HTML 5.
<div>  Defines a section in a document
<dl>  Defines a definition list
<dt>  Defines a definition term
<em>  Defines emphasized text 
<embed>New Defines external interactive content or plugin
<fieldset> Defines a fieldset
<figure> New Defines a group of media content, and their caption
<font>  Not supported in HTML 5.
<footer> New Defines a footer for a section or page
<form>  Defines a form 
<frame>  Not supported in HTML 5.
<frameset> Not supported in HTML 5.
<h1> to <h6>Defines header 1 to header 6
<head>  Defines information about the document
<header> New Defines a header for a section or page
<hgroup> New Defines information about a section in a document
<hr>  Defines a horizontal rule
<html>  Defines an html document
<i>   Defines italic text
<iframe> Defines an inline sub window (frame)
<img>  Defines an image
<input>  Defines an input field
<ins>  Defines inserted text
<keygen> New Defines a generated key in a form
<kbd>  Defines keyboard text
<label>  Defines a label for a form control
<legend> Defines a title in a fieldset
<li>  Defines a list item
<link>  Defines a resource reference
<map>  Defines an image map 
<mark>New Defines marked text
<menu>  Defines a menu list
<meta>  Defines meta information
<meter>New Defines measurement within a predefined range
<nav>New Defines navigation links
<noframes> Not supported in HTML 5.
<noscript> Defines a noscript section
<object> Defines an embedded object
<ol>  Defines an ordered list
<optgroup> Defines an option group
<option> Defines an option in a drop-down list
<output> New Defines some types of output
<p>   Defines a paragraph
<param>  Defines a parameter for an object
<pre>  Defines preformatted text
<progress> New Defines progress of a task of any kind
<q>   Defines a short quotation
<rp>  New Used in ruby annotations to define what 
   to show browsers that to not support the ruby element.
<rt>  New Defines explanation to ruby annotations.
<ruby>  New Defines ruby annotations.
<s>   Not supported in HTML 5.
<samp>  Defines sample computer code
<script> Defines a script
<section> New Defines a section
<select> Defines a selectable list
<small>  Defines small text
<source> New Defines media resources
<span>  Defines a section in a document
<strike> Not supported in HTML 5.
<strong> Defines strong text
<style>  Defines a style definition
<sub>  Defines subscripted text
<sup>  Defines superscripted text
<table>  Defines a table
<tbody>  Defines a table body
<td>  Defines a table cell
<textarea> Defines a text area
<tfoot>  Defines a table footer
<th>  Defines a table header
<thead>  Defines a table header
<time>  New Defines a date/time
<title>  Defines the document title
<tr>  Defines a table row
<tt>  Not supported in HTML 5.
<u>   Not supported in HTML 5.
<ul>  Defines an unordered list
<var>  Defines a variable
<video>  New Defines a video
<xmp>  Not supported in HTML 5.
More information on each can be found here:

HTML 5 Tag Reference

Pete
__________________

Last edited by digioz; 02-06-10 at 08:58 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 07-14-10, 06:46 AM
drsim's Avatar
drsim drsim is offline
Newbie Coder
 
Join Date: Jul 2010
Location: UK
Posts: 45
Thanks: 1
Thanked 1 Time in 1 Post
very nice ,, specially the <header> tag and <audio><video> tag. I hope IE9 launches soon with HTML5 support.
__________________
Thanks,
Web Designer/Developer
Latest News | Movies Reviews | Shop Online
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #3 (permalink)  
Old 07-14-10, 08:43 AM
digioz's Avatar
digioz digioz is offline
Community VIP
 
Join Date: Oct 2003
Location: Chicago, IL
Posts: 2,167
Thanks: 3
Thanked 8 Times in 8 Posts
Yeah, the problem is getting all the other browser types to support it as well. And then there is older browsers which won't support it, so you will have to have multiple versions of your code for everyone to be able to see things correctly. It will be a mess!

Pete
__________________
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #4 (permalink)  
Old 07-21-10, 12:49 AM
whisperingwillow whisperingwillow is offline
Disabled
 
Join Date: May 2010
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Does that < d f n >] term get you into Google definitions? What is the purpose of this tag? .
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #5 (permalink)  
Old 07-24-10, 06:27 PM
digioz's Avatar
digioz digioz is offline
Community VIP
 
Join Date: Oct 2003
Location: Chicago, IL
Posts: 2,167
Thanks: 3
Thanked 8 Times in 8 Posts
Quote:
Originally Posted by whisperingwillow View Post
Does that < d f n >] term get you into Google definitions? What is the purpose of this tag? .
No, it defines a definition on the current HTML page, not any search engines. The search engines may however pick them up as keywords depending on their algorithm.

Pete
__________________
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #6 (permalink)  
Old 07-30-10, 01:27 PM
8thwonder 8thwonder is offline
New Member
 
Join Date: Jul 2010
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Hi digioz,

Good stuff!
This complete Tag list will be useful for everyone, those who are looking for new tags.

When it comes to new tags, displaying the website will be differ browser to browser.
You mentioned that, the older browsers won't support this tags.

Once again thanks for this Great Stuff!

-----------------------

Last edited by Nico; 08-02-10 at 08:49 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #7 (permalink)  
Old 08-01-10, 11:30 PM
drsim's Avatar
drsim drsim is offline
Newbie Coder
 
Join Date: Jul 2010
Location: UK
Posts: 45
Thanks: 1
Thanked 1 Time in 1 Post
I have experianced the html 5 in a project i recently did. It is in short the strict form of xhtml . The only thing i did not like when working with html 5 is that the width attribute is not allowed in tables. i mean to define width for td or table you have to make a css class.
it was good experience thou. (ticketnest.net)
__________________
Thanks,
Web Designer/Developer
Latest News | Movies Reviews | Shop Online
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #8 (permalink)  
Old 08-03-10, 06:15 PM
hipromx hipromx is offline
New Member
 
Join Date: Aug 2010
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks for sharing that list. It will be very useful when most of the brwosers support HTML5. Until then, I suppose it's good enough for us, the programmers, to learn it.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #9 (permalink)  
Old 10-20-10, 06:55 AM
Mehak Mehak is offline
New Member
 
Join Date: Oct 2010
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Trophee

hieee all....

It been so nice of you sharing information about new tags on HTML5.
In the same context, I want to add-on to this information by sharing a link as The HTML5 Tutorials - Learn HTML5 online.

I usually study this tutorials and seriously, its very informative and is created in very easy to understand language.

Guys, check it out, may be its of any use to you.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #10 (permalink)  
Old 01-11-11, 07:39 AM
seosunny seosunny is offline
Newbie Coder
 
Join Date: Jan 2011
Posts: 63
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks to share this great list of HTML 5 tags. Even my designer friends still using old one as some tags are not supported by all browser.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Replace special chars not tags, php trigered by html peuplarchie PHP 3 09-20-09 03:36 PM
html tutoral thefrtman HTML/XHTML/XML 5 04-27-09 11:25 AM
How to make a list of links from HTML file? hordubal PHP 3 04-17-05 12:05 PM


All times are GMT -5. The time now is 03:13 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.