Jul
18
2010
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.
Continue reading
no comments | tags: tutorials | posted in Code, Web Design
Nov
4
2009
I recently read an article on "How to REALLY Build a Web Page", and I was sorely disappointed. Although I tend to know the majority of what is covered in your average "beginner" article, I enjoy reading them to see others’ takes on the basic premises of web design and coding.
Unfortunately, that particular article left something to be desired. Therefore I wanted to write my own take on building a basic web page. This post will focus on the initial steps to build the HTML (and the steps you should take before writing your first line of code).
Continue reading
5 comments | tags: tutorials | posted in Code, Web Design