In HTML meta tag, can we use HTTP-EQUIV and CONTENT attributes multiple times?

yasar

New member
Hi All,

Mentioned below is the actual meta tag used on my application.

<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">

My question to all experts: Can I also append this line in the previous mentioned meta tag?

HTTP-EQUIV="X-UA-Compatible" CONTENT="IE=EmulateIE7"

If yes, then problem solved.

Thanks

Yasar
 
Back
Top