150 likes | 238 Views
<br>In this tutorial we provide all the details of all 40 above HTML tags with examples. HTML5 is just a new version of HTML and with it you get some new features which make it easier. these features are layout clearer, header, footer and all. so just visit here to get full tutorial now https://www.phptpoint.com/html5-tutorial/<br>
E N D
We provide HTML5 tutorial for beginners and professionals with details of all 40+ HTML tags including audio, video, header, footer, data, data list, article etc. This HTML tutorial is designed for beginners and professionals as well. HTML5 is a latest version of HTML. With HTML5 you will get some new features which will make HTML much easier. With these new introducing features you can make your website layout clearer to both website designers and users. There are some elements like <header>,<footer>,<nav>,<article> that define the layout of a website.
History of HTML5 HTML5 was created in 2014 by Tim Berners-Lee, a physicist at the CERN research institute in Switzerland, if we talk about the history of HTML5
Here are few features of HTML5 • New parsing rules which are not based on SGML but are oriented towards flexible parsing and compatibility. • Support use of inline Scalar Vector Graphics (SVG) and Mathematical Markup Language (MathML) in text/html. • Many new elements are includes: article, aside, audio, canvas, command, data list, details, embed, fig caption, figure, footer, header, nav, output, progress, rp, rt, ruby, section, source, summary, time, video and wbr and many more
There are new available types of form controls include dates and times, email, url, search, number, range, tel and color. • Also New available attributes of charset on meta and async on script. • Worldwide/ Global attributes that can be applied for every element that include id, tabindex, hidden, data-* or customer data attributes.
In short, Why We use HTML5 ? • In HTML 5 allows you to play a video and audio file. • HTML 5 allows you to draw on a canvas. • It is facilitates you to design better forms and build web applications that work offline. • With HTML 5 provides you advance features for that you would normally have to write JavaScript to do. • Main important reason to use HTML 5 is, we believe it is not going anywhere. It will be here to serve for a long time according to W3C recommendation.
Let’s see the example <!DOCTYPE> <html> <body> <h1>Write Your First Heading</h1> <p>Write Your First Paragraph.</p> </body> </html>
HTML 5 Tags In this tutorial there is a list of newly included tags in HTML 5. Which HTML 5 tags (elements) provide a much better document structure. In this list we have described all HTML 5 tags in alphabetical order with description.
List of HTML 5 Tags • <article> • <aside> • <details> • <figcaption> • <figure> • <footer> • <header> • <main> • <mark> • <nav> • <section> • <summary> • <time>