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

Cursor error with postgresql, pgpool and php -

delphi - ESC/P programming! -

c++ - error: use of deleted function -