|
|
| We don't bite newbies here... much | |
| PerlMonks |
Quoting attribute values in HTMLby dorward (Curate) |
| on Dec 30, 2008 at 20:47 UTC ( #733340=note: print w/ replies, xml ) | Need Help?? |
|
Also, older HTML allowed you to not quote the information after the equal sign in some circumstances. Newer HTML too; it is only XHTML that makes quoting attribute values mandatory in all circumstances. Since email addresses will include an @ character, the attributes are mandatory in this case. That said, it isn't as if nobody ever breaks the rules, so it is generally a good idea to write code that can cope (unless you know that the incoming data won't have that problem).
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||