For those interested in HTML 5. Though we aren’t teaching it as of yet within the web curriculum, it does have some interesting new features to look into for future reference.
http://www.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/
One thing to note: If you look at the code view of their example, you’ll notice that you have to construct CSS sheets for those browsers that don’t support HTML 5 technologies. This can be a real time-killer when developing a site.
Leave a Reply