150 likes | 289 Views
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.
E N D
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.
Minimum HTML5 Document • <!DOCTYPE html><html><head><meta charset="UTF-8"><title>Judul Dokument</title></head><body>Selamat datang di HTML 5</body></html>
New Features • The <canvas> element for 2D drawing
New content-specific elements, like <article>, <footer>, <header>, <nav>, <section>
New Semantic/Structural Elements HTML5 offers new elements for better structure: