Im just a student, new to designing for web...
But here is my site http://patrickbianco.99k.org/
and feedback/criticism is most welcome
If this is your 2nd website
If this is your 2nd website ever, what are them 3 websites doing on your portfolio 
There just website designs,
There just website designs, there not working sites or anything just a visual
Need to validate all your
Need to validate all your pages.
Some have pretty simple fixes to validate (missing alt tags) others have head elements before the html opening tag.
New sites should be using a strict doctype, as you are not transitioning from anything.
That's all I see for now. I'm sure CTJ will offer up moar advice.
I shall validate the site
I shall validate the site in...a few weeks, as this was an assingment at college i cannot edit or change anything until marked, and may need some help validating, as im not sure how to fix them all
and alt tags are??
my understanding is there corresponding tags eg if you have width="" you must also have height=""
just not sure if my understanding is correct
The alt attribute is used in
The alt attribute is used in HTML and XHTML documents to specify alternative text (alt text) that is to be rendered when the element to which it is applied cannot be rendered. In HTML 4.01, the attribute is required for the img and area tags. It is optional for the input tag and the deprecated applet tag.
Huzzah for wikipedia!
Well...i was completely
Well...i was completely wrong, thanks for that info Vade, and I would have looked it up when i had time, and now you have saved me some 
<body
<body BGCOLOR="#D3D3D3">
WEEAAAAAAAAAUUUUUUUUUUUUUUUUUURGggggggghhhhhhhhhhhasfasf
Now there's a piece of code I remember from my Geocities days
First thing I would do is move every inline attribute to your separate CSS file. That would probably clear up 99% of the validation errors 

