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

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -