15 HTML5 Features, Tips, and Techniques you Must Know
1. New Doctype Still using that pesky, impossible-to-memorize XHTML doctype?
1 2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
If so, why? Switch to the new HTML5 doctype. You’ll live longer — as …