In my first tutorial, I covered the basics of building your first web page. However, at the end of that article, the result was bland and plain looking.
In this tutorial, we will go over the basics of style, expanding on the code we wrote originally. Feel free to download the source files to follow along as we go.
We will be spending most of our time writing CSS code. CSS (Cascading Style Sheets) is the language that describes the presentation of a document written in HTML.
(more…)