1 / 10

HTML5 Tutorial for Beginners

<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>

Phptpoint
Télécharger la présentation

HTML5 Tutorial for Beginners

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. HTML5 Tutorial for Beginners

  2. 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.

  3. 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

  4. 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

  5. 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.

  6. 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.

  7. Let’s see the example <!DOCTYPE> <html> <body> <h1>Write Your First Heading</h1> <p>Write Your First Paragraph.</p> </body> </html>

  8. 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.

  9. List of HTML 5 Tags • <article> • <aside> • <details> • <figcaption> • <figure> • <footer> • <header> • <main> • <mark> • <nav> • <section> • <summary> • <time>

  10. Source

More Related