Is the question mark below allowable...
Code HTML4Strict:<meta name="description" content="Did your plans change? Learn about our Cancellation Policy.">
Debbie
| SitePoint Sponsor |





Is the question mark below allowable...
Code HTML4Strict:<meta name="description" content="Did your plans change? Learn about our Cancellation Policy.">
Debbie
I can't find anything that says a question mark isn't legitimate.
META in HTML 4.01
CDATA in HTML 4.01content CDATA #REQUIRED -- associated information --
CDATA is the same as normal content text in html -- so anything you can use on your content you can put into your CONTENT attribute.CDATA is a sequence of characters from the document character set and may include character entities. User agents should interpret attribute values as follows:
Replace character entities with characters,
Ignore line feeds,
Replace each carriage return or tab with a single space.
Bookmarks