Quote:
Your code is a mess of inline styles and deprecated code, for one thing.
<font> tags are a thing of the past.
You're using that messy DW garbage for image rollovers when they are completely unnecessary, it can be done with just css.
Invalid id names on images - they can't have spaces.
Multiple unnecessary spans; spacer gifs?? ugly stuff.
|
Thank you LadynRed. I just started learning HTML and CSS a couple month's ago in order to build my first website. I had to suspend the project when I found that my initial markup was garbage (I was using DW and thought I was learning something by watching the code generated). I am learning much more by troubleshooting problems posted in the forums, but I still can't articulate the results of my efforts.
I am continually amazed at how well the browsers do parse some of the tag soup that I am seeing. Thank you again for a critique in concise, descriptive, and understandable format. I'll learn.
@dfunk44: many problems in markup can be found by using the W3C validation service at http://"http://validator.w3.org/"]ht...idator.w3.org/.
__________________
SEO=Content=SEO
|