1 / 15

What is HTML5?

What is HTML5?. New standard for HTML C ross -platform ( tablet , smartphone , a netbook , notebook or a Smart TV). W eb applications that still work when you are not online. Minimum HTML5 Document.

ide
Télécharger la présentation

What is HTML5?

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. What is HTML5? • New standard for HTML • Cross-platform ( tablet ,smartphone, a netbook, notebook or a Smart TV). • Webapplications that still work when you are not online.

  2. Minimum HTML5 Document • <!DOCTYPE html><html><head><meta charset="UTF-8"><title>Judul Dokument</title></head><body>Selamat datang di HTML 5</body></html>

  3. New Features • The <canvas> element for 2D drawing

  4. The <video> and <audio> elements for media playback

  5. New content-specific elements, like <article>, <footer>, <header>, <nav>, <section>

  6. New Elements in HTML5

  7. New Media Elements

  8. New Form Elements

  9. New Semantic/Structural Elements HTML5 offers new elements for better structure:

More Related