On my HTML, have used the meta tag as below for some font issues. I just want to know:
Are these both meta tag meaning the same? Or each one is different?
<meta http-equiv="X-UA-Compatible" content="IE=7, IE=9" />
[separated by comma]
<meta http-equiv="X-UA-Compatible" content="IE=7; IE=9" />
[separated by semicolon]
Please explain on this.