![]() |
Single Quote Versus Double Quote In A href link
Can someone please tell me in html if the following link is ok in html?
It seems to work fine in the browser but I am not sure if searchengine will respect the the single quotes around the rel 'no follow' and if the single quote around the http: is ok. <a rel='nofollow' href='http://www.test.com/test.htm'>Dirk</a> Your help with these two questions is much appreciated. Thank you. |
Re: Single Quote Versus Double Quote In A href link
knee-dragger@hotmail.com wrote:
> Can someone please tell me in html if the following link is ok in html? By default, SGML requires that all attribute values be delimited using either double quotation marks (ASCII decimal 34) or single quotation marks (ASCII decimal 39). http://www.w3.org/TR/html4/intro/sgmltut.html#h-3.2.2 -- David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/> Home is where the ~/.bashrc is |
Re: Single Quote Versus Double Quote In A href link
In article <1150143522.217835.150820@h76g2000cwa.googlegroups .com>,
knee-dragger@hotmail.com wrote: > Can someone please tell me in html if the following link is ok in html? > It seems to work fine in the browser but I am not sure if searchengine > will respect the the single quotes around the rel 'no follow' and if > the single quote around the http: is ok. > > <a rel='nofollow' href='http://www.test.com/test.htm'>Dirk</a> That's fine. It would be an extremely poor search engine/browser/user agent that didn't understand both single and double quotes. HTH -- Bye, Philip http://NikitaTheSpider.com/ Bulk HTML validation, link checking and more |
Re: Single Quote Versus Double Quote In A href link
On Mon, 12 Jun 2006 21:29:38 +0100, David Dorward wrote:
> By default, SGML requires that all attribute values be delimited using > either double quotation marks (ASCII decimal 34) or single quotation marks > (ASCII decimal 39). But the point here, really, is that the two are interchangeable, as long as one closes single quotes with single quotes and double quotes.... well, you get the idea. to clarify: HTML does not differentiate between double and single quotes WRT the OP's question -- JDS | jeffrey@go.away.com | http://www.newtnotes.com DJMBS | http://newtnotes.com/doctor-jeff-master-brainsurgeon/ |
| All times are GMT. The time now is 12:32 AM. |
Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.