IT Placement Papers Web Technologies CSS
This category contains CSS Interview Questions and Answers |
How do I quote font names in quoted values of the style attribute?
|
|
|
|
|
The attribute values can contain both single quotes and double quotes as long as they come in matching pairs. If two pair of quotes are required include single quotes in double ones or vice versa:
It's been reported the latter method doesn't work very well in some browsers, therefore the first one should be used.
Only registered users can write comments. Please login or register.
|