I want to use the new HTML5 new input types such as color,date picker etc for HTML5 Tutorial in my site.
I am using Dreamweaver 5.5 to work to work on these new tags but they are not working.I
searched on google so i got to know that i need to tag
libraries or something like that.But i don’t know how to use them.
<!DOCTYPE HTML>`
<html>
<form action="html-date" method="get">
Date:<input type="date" name="date" />
<input type="submit">
</form>
</html>
But when i see the output i get a simple text field instead of date picker.
If someone has used HTML5 in dreamweaver then help me.
If you have typed the code correctly, then it depends whether your browser supports HTML5 as to whether or not they will display correctly when you view your HTML page in browser. What browser are you using?
AFAIK, currently, the only browser to support date picking is Opera, your code seems correct, it’s simply lack of compatibility with whatever browser you’re using to view it. 🙂