What are HTML5 frameworks? Are bootstrap.js or backbone.js HTML5 frameworks?
What does HTML5 framework mean and can we say if a particular JavaScript framework is HTML5 or not?
Can anyone share a blog etc… to get more understanding of it?
What are HTML5 frameworks? Are bootstrap.js or backbone.js HTML5 frameworks?
What does HTML5 framework mean and can we say if a particular JavaScript framework is HTML5 or not?
Can anyone share a blog etc… to get more understanding of it?
One site that I think provides a good overview of HTML5 is Dive into HTML5
.
Of course there are many more out there that a simple search for "HTML5 introduction tutorial" will find.
What is the purpose of backbone.js? and What is Bootstrap? have already been answered
Basically, HTML5
is a language, not a framework, which can be used to markup content in a file that when loaded in a browser can be interpreted and rendered as web page.
Backbone.js is a framework that runs in the JavaScript engine by the browser on an HTML(5) page. Bootstrap is a set of CSS and HTML templates (and some optional JavaScript extensions) that can be used to create web pages, instead of starting from an empty file.