It indicates that its contents are to be rendered as an HTML document.
SIG TOO BIG! Maximum 120x60 button and no more than 3 text lines of DEFAULT SIZE and COLOR. Unless your sig is for a GFY top banner sponsor, then you may use a 624x80 instead of a 120x60.
It's for the old browsers back when the net first started. It was used to differentiate between a document with html tags and a document that was pure text with no formatting.
<a href="http://www.adultcontent.co.uk">Adult Content UK - Great British Content</a>
Well yes, sort of. It's to declare that it is a document in HTML format. You can leave it off, and the document still works, but you can also malform tables, and leave quotes off around your links, and all sorts of shit like that, and stuff still works. See, 99% of people who write HTML haven't got a fucking clue what they're doing, so the browser authors have made it their job to read the dirty code as well as the clean stuff.
SIG TOO BIG! Maximum 120x60 button and no more than 3 text lines of DEFAULT SIZE and COLOR. Unless your sig is for a GFY top banner sponsor, then you may use a 624x80 instead of a 120x60.
some very strict browsers (maybe in embedded devices or something) may still look for these tags. it's best to keep them in, it doesn't hurt anything. it also ensures your document is within w3c spec, which is what browsers are based from.. many of the major browsers have now become lazy and such.. xhtml should help out in that respect
Comment