Web Development #3 - What is HTML5 ?


Hello Everybody!! šŸ‘‹šŸ¼ šŸ‘‹šŸ¼

In this post i'll explain you what is html5, and what is for... what is the diferent with HTML ?
ok .... let's do it. šŸ‘©šŸ»ā€šŸ’» šŸ‘ØšŸ»ā€šŸ’» šŸ‘©šŸ»ā€šŸ’» šŸ‘ØšŸ»ā€šŸ’»


What is HTML5?


HTML5 is the same that HTML but HTML5 includes detailed processing models to encourage more interoperable implementations; it extends, improves and rationalizes the markup available for documents, and introduces markup and application programming interfaces (APIs) for complex web applications. For the same reasons, HTML5 is also a candidate for cross-platform mobile applications, because it includes features designed with low-powered devices in mind.

That's all, with HTML5 we have some new things, like new tags that can help us to improve with web development.

It is a new version of HTML, with new elements, attributes and behaviors. šŸ¤“ šŸ¤“

It contains a broader set of technologies that allows websites and applications to be more diverse and powerful. This set is called HTML5 and Friends, often reduced to HTML5.

Below we can see some new features of HTML5.... šŸ‘‡ šŸ‘‡ šŸ‘‡


Tag Structure


Most webs have a common format, consisting of elements such as header, footer, browsers, etc. HTML 5 allows you to group all these parts of a web into new tags that will represent each of the typical parts of a page.


Canvas


Is a new component that will allow drawing, through the functions of an API, on the page all kinds of forms, which can be animated and respond to user interaction. It is something like the possibilities offered by Flash, but within the specification of HTML and without the need to have installed any plugin.


Local Databases


The browser will allow the use of a local database, with which it will be possible to work on a web page through the client and through an API. It is something like Cookies, but thought to store large amounts of information, which will allow the creation of web applications that work without being connected to the Internet.


Web Workers


Are processes that require a lot of processing time by the browser, but that can be done in the background, so that the user does not have to wait until they are finished to start using the page. This will also provide an API for working with Web Workers.


Geolocation


The web pages can be located geographically through an API that allows Geolocation.

This is not all guys, html5 bring to us more new features excellents to improve our skills in the web development, i invite you to look for more information about HTML5 is you are interested.

Ok guys see you later in other post.....

šŸ™ šŸ™ šŸ™
Follow me and upvote šŸ˜‰ šŸ˜‰

H2
H3
H4
3 columns
2 columns
1 column
2 Comments