Jump to content

New to all this. Any feedback appreciated


Guest ecsdeveloper

Recommended Posts

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:

 

  









Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...