What is the best way to learn HTML 5 [closed] - html

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I want to learn HTML 5 and I am wondering where can i find best resources for HTML 5.
It would be great if you share link/resources with examples.
Please provide your suggestions.
Thank You.

To begin, I recommend you to try the Code School's HTML5 & CSS3 course.
Each course contains a video and pastebin-like exercices.
Not free, but cheap and very useful!
Their website : http://www.codeschool.com

If you are looking for something basic why dont you try w3schools everything is there. http://www.w3schools.com/html/html5_intro.asp.
or else you can see some code examples and learn them by playing with the codes
http://www.html5canvastutorials.com/

Related

Designing HTML from beginning compatible to all browsers of all devices? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
we are developing new website and
i know little bit about HTML
so can suggest any solid open-source
tools for good HTML design.
Check about boilerplates in http://www.initializr.com/
It is a good way to start a project and it covers alot about browsers compatibility.
Probably not a place to be asking for recommendations but you should look at responsive CSS frameworks as a good starting point. If you're unfamiliar with CSS then it is something you must learn in order to create responsive designs.

Developer Journal - Best Practice [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Quick question: I have seen that having a journal for development, and this could be paper, app, online tool, etc. What I am looking for is either a mac app or online app that I can write in that has multiple diaries that helps me to stay organized and not lose my ideas, or ideas that I have just read.
Thank you for your ideas or what works best for you.
Rob
Try Evernote. I have also tried using TiddlyWiki. Evernote and Skitch combination works great.

Can anyone show me some good sites about HTML5? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
As the great development of HTML5,I think it is the right time to learn much more about HTML5, so can you tell me some good sites which introduce much knowledge about HTML5. thx a millious,my friends
You should google for it. Still I would suggest -
http://diveintohtml5.info/
http://html5doctor.com/
www.w3school.com is also best site for learning HTML5

Good online HTML5 tutorials [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Are there any good tutorials or resources online for learning HTML5? I already know HTML I am just looking to learn about the other things in HTML5.
Thanks in advance!
This is my personal favorite: Dive into HTML5
This one is also good: http://slides.html5rocks.com
The first is purely HTML5, the second wraps HTML5, CSS3, and the new JS API into one presentation, but that's pretty awesome too.
If you need to know what you can do with HTML5 and CSS3 you can take a look on Apple's HTML5 demo.
Along with links given by other you can also have a look into Technobits.net, check out following links.
http://www.technobits.net/technologies/html5-css/
http://www.technobits.net/search/?q=html5

Please Recommend a HTML Prototype Builder [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I know some tools that can create wireframe for web site, but their output format is not HTML. I like HTML prototype since it can be interactive (via Javascript or VBScript) and I can share it on my web site too.
Any suggestions?
Check out ForeUI, it is the specialized tool for this.
I would recommend a combination of your favourite HTML editor and your favourite browser.