GULANGGULING.COM

HTML 5

Apa itu HTML 5 ?  saya pun tak tau, so mari kita belajar mengenalnya ,………………………………

Ok here we go! What is HTML 5 ? HTML5 merupakan revisi ke 5 dari bahasa markup World Wide Web, HTML. Berbeda dengan HTML 4 yang hanya memberikan perubahan layouting pada HTML 5 ini akan membawa perubahan tidak hanya dibidang tersebut, seperti halnya tag canvas dan video kedua tag tersebut merupakan salah satu andalan perubahan pada HTML5. Selain 2 tag itu HTML 5 juga memiliki perubahan dan penambahan tag lainnya, so Mari kita bahas beberapa tag pada html 5, sekali lagi beberapa tag ajah yah kalo mau tau banyak baca aja di doubleYouThreeSchool aje ye…

 

The Doctype.

Sintak ini wajib diletakan pada awal dokumen HTML 5. The doctype ini bukan tag html melainkan sebuah deklarasi untuk mendefinisikan kepadabrowser kode ini (tag html) tersebut ditulis dalam versi HTML apa.

“The doctype declaration is not an HTML tag; it is an instruction to the web browser about what version of the markup language the page is written in.” (w3school).

Contoh penulisannya :

[sourcecode language=’html’]

Title of the document

The content of the document……


[/sourcecode]

SVG Support

Scalable Vector Graphic merupakan bahasa untuk membuat grafis/gambar 2 dimensi dengan kode XML.

Berikut contoh kode:

[sourcecode language=’html’]


[/sourcecode]

Element

Elemen-elemen berikut telah diperkenalkan dalam struktur yang lebih baik:

[sourcecode language=’html’]

WWF

The World Wildlife Foundation was born in 1961…

[/sourcecode]

[sourcecode language=’html’]

Welcome to my WWF

For a living planet

[/sourcecode]

[sourcecode language=’html’]

example.webm
Example

[/sourcecode]

[sourcecode language=’html’]

A view of the pulpit rock in Norway

[/sourcecode]

 

Beberapa tag baru :

[sourcecode language=’html’]

Do not forget to buy milk today.

[/sourcecode]

[sourcecode language=’html’]
To learn AJAX, you must be familiar with the XMLHttpRequest Object.
[/sourcecode]

Hmmm sepertinya masih banyak element/atribut dan perubahan-perubahan di HTML 5. dan jikalau anda memang tertarik mempelajarinya silakan beranjak ke site doubleYouThreeSchool. Ups satu lagi sebelum anda coba HTML 5 ada baiknya cek kompatibilitas browser anda dengan HTML 5 disini . Saya coba cek kompatibilitas browser firefox 7.x saya dan cukup banyak juga yang masih belum kompatible.

 

Kutipan ringakasan :

Differences from HTML 4.01/XHTML 1.x

The following is a cursory list of differences and some specific examples.