My actual question is, "Is it necessary to use a close at the end of tags that have no opening? (I.E. <br />?)" But, I will read anything you'all might have to say.
I've been reading about new standards for HTML, and I discover a slow transition or conversion to XHTML. This standard compares to HTML 4.1 in some way, but when I use the validator at:
It gives me errors! It calls me invalid! Then it gives me this string of incomprehensibility.
NET-enabling start-tag requires SHORTTAG YES
What gives? I'm updating code that's still written with the tags in <ALLCAPS> to handle editors that didn't highlight in the old days. The editor I'm using is the latest version and doesn't seem to put in all the information I seem to need. It seems I need to be asking more questions.
|