Jump to content

New to all this. Any feedback appreciated


Recommended Posts

Posted

I'm not sure where to start on this one...

 

-- You really need to run the site through an HTML validator to check for code errors. You have a lot of them. http://validator.w3.org/

-- The code itself is a bit of a mess. There are a lot of tags used (that tag is depreciated and should no longer be used in modern web design) and a lot of span tags with inline styling that should be handled by CSS in an external CSS file.

-- improper use of the "address" tag repeatedly throughout the home page

-- missing closing tags

-- Something like this shouldn't really be necessary:

 

  









Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...