Do you need to HTML encode Title tags? -


should htmlencode title tags in head section of html page?

eg <title>this & that</title>

or <title>this &amp; that</title>

yes should use &amp; instead of & inside <title> tag, same other tag in html or xml document.


Comments

Popular posts from this blog

iphone - Request for member 'uitextfield' in something not a structure or union? -

Cursor error with postgresql, pgpool and php -

c++ - error: use of deleted function -