I use " " wherever I specify something, I always assumed that was "correct". Am I wrong?
__________________
[+] Computer/PC issues [+] Silverpaw3D
------------------------------------------------ Never buy a dwarf with learning disabilities...
I think HTML 4.01 requires quotes on attribute values. I'm not sure.
Quotes are preferable, though. In XHTML, they are required.
__________________
"The first step to confirming there is a bug in someone else's work is confirming there are no bugs in your own."
June 30, 2001
author, Verbosio prototype XML Editor
author, JavaScript Developer's Dictionary https://alexvincent.us/blog
Proper HTML requires the use of double quote marks around the value of all parameters. Defective browser implementations have allowed sloppy HTML to get away without the double quotes but any good validator like HTML Tidy will point out any such code as incorrect.