Users Pricing

forum

home / developersection / forums / can we put two meta tags in html?

Can we put two meta tags in HTML?

Anonymous User 2806 19 Jul 2013

Can I put two meta tags in a web page?

I want to put:

 <meta http-equiv="Pragma" content="no-cache" />

so that my web page will not be cached

and:

 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />

so that my web page is IE-compatible.


I am a content writter !


1 Answers