HTML5 Goodness!

OriginalJoeCool

Tech Monkey
First great thing about HTML5:

HTML 4.1 Doctype declaration -

HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

HTML5 Doctype declaration:

HTML:
<!DOCTYPE html>

:D
 

Tharic-Nar

Senior Editor
Staff member
Moderator
Code:
@font-face {
font-family:
src:
}

section, article, aside, header, footer, etc, etc...
CSS3 has my real attention though, 3D transformations and rollover effects without javascript.

The less javascript in the world, the better.
 
Top