Posts Tagged ‘tutorial’

CSS3 Navigation
Monday 31 October, 2011

HTML5: Menu with CSS3 Curved Edges and Gradient

This tutorial walks you through creating a curved navigation bar with a gradient using CSS3.  The tutorial uses 100% stylesheets and no additional images to achieve the effect.  This tutorial does not cover the creation of the actual drop down menu. Create a new HTML document Create a new HTML5 document with two elements <header> [...]


Saturday 05 February, 2011

Your first website in HTML

So a few day’s ago, I posted a quick and easy PHP tutorial. HTML is a vital part of using PHP, as it requires HTML in many parts. With this post, my aim is to give you a first look into HTML, and then over several day’s or even week’s I hope to write several [...]