how to display online each and every meta tags in newline ?
- by Suma
I want to display meta tags in newline means when i open a site and seeing the viewsource of the site the all meta tags is displayed in oneline.
i want to display each and every meta tag in one newline.
for ex:
required output:
<meta name="description" content="vvvv sdhgf dbngfsdj">
<meta name="keywords" content="dgd, sfdg, sdjgj">
but displayed output like this:
<meta name="description" content="vvvv sdhgf dbngfsdj"><meta name="keywords" content="dgd, sfdg, sdjgj">