DEV Community

Cover image for Whatsup with HTML 6
gechiclazz
gechiclazz

Posted on

Whatsup with HTML 6

Since HTML was first introduced, modifications have been made to the markup, the most recent of which was HTML 5 in 2014. Web sites can now locally save data on the user's browser thanks to HTML 5. As a result, content delivery can happen more quickly and safely. Additionally, HTML5 has made it simpler to guarantee uniformity across all browsers. Native video and audio capability enables developers to prevent incompatibilities since browsers have historically relied on various plugins to play multimedia files.

Additionally, new features provide video controls including play, pause, and volume choices. Additionally, it saved us from having to use type attributes from tags like "link>" and "script>." What else? It assisted developers in organizing material using new tags like "article," "section," "header," etc. in a more pertinent manner. There is a belief that HTML 5 could do better with its semantic setup.

Consider utilizing tags like "logo" and "/logo" to add a logo to your website, or "toolbar" and "/toolbar" to add a toolbar, etc. Wouldn't it be preferable if you could use the div tag directly instead of needing to utilize several IDs like wrapper or container? Simply said, you can use "container>" in place of "div id='container'>". Though it has not yet been released, HTML6 can be used in this situation. Additional options in HTML 6 include, For instance, the "html:title>" element will alter your browser's title bar, and the "html:media>" element will assist in displaying the specified image on your browser's screen.

With HTML6, it's likely that users will be able to easily access their images and computer files, improving camera control and detection rates. The pixel size will vary among the various terminals.

Top comments (0)