html5 tutorial

HTML5 Tutorial: Create A Simple Layout With The New Elements

HTML5 is currently under specification and in the Working Draft stage in W3c, but many its features are stable and can be implemented on most browsers. In this tutorial we will learn to create a very simple layout using HTML5 new elements and style the layout with css. Most of us usually use the same [...]

Create HTML 5 And CSS3 Form

Kali ini kita akan membuat sebuah form dengan menggunakan beberapa elemen baru pada HTML 5 salah satunya adalah input type berupa email. Input type berupa email akan menolak saat kita memasukkan format email yang tidak tepat pada kotak tersebut. Format yang diminta selalu mengharuskan adanya tanda “@”. Misalnya alamat email harus ditulis dengan lengkap seperti [...]