|
|
|
Joined: Aug 2000
Posts: 335
Member
|
Member
Joined: Aug 2000
Posts: 335 |
A question for you XHTML-compliance fanatics Does it matter whether single quotes or double quotes are used for attribute values within tags? [code][/code]
|
|
|
|
Joined: Sep 2001
Posts: 379
Member
|
Member
Joined: Sep 2001
Posts: 379 |
In every XHTML reference I've read they use "double quotes". Don't know if it matters though.
|
|
|
|
Joined: Sep 2000
Posts: 4,211
Master Hacker
|
Master Hacker
Joined: Sep 2000
Posts: 4,211 |
|
|
|
|
Joined: Aug 2000
Posts: 335
Member
|
Member
Joined: Aug 2000
Posts: 335 |
Thanks 
|
|
|
|
Joined: Mar 2000
Posts: 21,079 Likes: 3
I type Like navaho
|
I type Like navaho
Joined: Mar 2000
Posts: 21,079 Likes: 3 |
if you are using them in code such as php, single quotes won't throw errors and you don't have to escapte them as with double-quotes 
|
|
|
|
Joined: Sep 2000
Posts: 4,211
Master Hacker
|
Master Hacker
Joined: Sep 2000
Posts: 4,211 |
quote:
Originally posted by AllenAyres: if you are using them in code such as php, single quotes won't throw errors and you don't have to escapte them as with double-quotes
I would still use double over single quotes. Consider the following example: code: [qb]<?php echo '<img src="this.gif" alt="something" /> '; echo "<a href="#" onclick="return confirm('Are you sure?\nThis action can\'t be undone!');">delete</a>"; ?> [/qb]
|
|
|
|
Joined: Aug 2000
Posts: 335
Member
|
Member
Joined: Aug 2000
Posts: 335 |
That's the kind of example that proves that all programmers are insane. 
|
|
|
|
Joined: Sep 2000
Posts: 4,211
Master Hacker
|
Master Hacker
Joined: Sep 2000
Posts: 4,211 |
Well, of course, but that's a given. Err, I mean that's a givenn... 
|
|
|
Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.
Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
|
|
Posts: 808
Joined: July 2001
|
|
Forums63
Topics37,575
Posts293,930
Members13,823
|
Most Online6,139 Sep 21st, 2024
|
|
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
|
|
|
|
|
|
|