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

haskell - Using filter on an item in a list? -

c# - When does PreApplicationStartMethod actually get triggered to run? -

tomcat6 - Exception when stopping container for a with Spring + Quartz + Tomcat web application -