HTML5 Introduction

All modern browsers support at least some of the latest HTML5 elements. Firefox, Chrome, Opera, IE9. You can use javascript to get it working in earlier versions of IE.

HTML5 = HTML + CSS (3) + JS(API)

HTML5 Tag list:

section
article
aside
hgroup
header
footer
nav
figure
video and audio
embed
mark
progress
meter
time
canvas
command
details
datalist
keygen
output
Input element’s type attribute now has the following new values:
-> tel
-> search
-> url
-> email
-> datetime
-> date
-> month
-> week
-> time
-> datetime-local
-> number
-> range
-> color

For ie
<!–[if IE]>
<script src=”http://html5shiv.googlecode.com/svn/trunk/html5.js”></script>
<![endif]–>

We will discuss about all above html5 new tag and new attributes of tags with example and test in all browser.

Hope you like it and share it.

No related posts.

One Response

04.20.10

Hope you will share some advanced code.


Your Ad Here