mercedes69
Well-Known Member
- Joined
- Jul 16, 2007
- Messages
- 1,591
- Reaction score
- 75
If he's a pro website designer then he will probably be checking the underlying HTML syntax of the page (which you can see by doing a "view source").
Many of the template driven web sites are notorious for churning out "messy" HTML with syntax errors in, e.g. unmatched start and end tags, or that specify a particular DTD (document type declaration) but then include HTML elements or attributes in there that are not allowed in that DTD.
Fortunately most web browsers are pretty lenient to those sorts of errors though, so you should not have too much of a problem (even though it's a bit naughty from an accessibility and interopeability point of view).
Ironically, even if you have a website that has perfect HTML and CSS from a validation standpoint, it still might not look right on all browsers though, as some (most notably IE6) don't implement the standards properly, and you have to put workarounds in to make the site display properly.
It can be a bit of a "black art" if you ask me!
Posted via Mobile Device
WOAH!!!!
You can think you have a degree of intelligence until you read all that....and then it all flies out of the window :lol:
You amaze me Ruth...that's another language!!!
I want to be clever like that :lol:
No wonder my website was a blooper :irked: