HTML5 Doctype had
so what is difference between <meta charset="utf-8" /> and <meta http-equiv="Content-Type" > ?
and what is pros and cons over each other ?
which one is best to use between <meta charset="utf-8" /> and <meta http-equiv="Content-Type" > ?
i used both in some web application . but did not find good difference between , so which is best to use for which purpose between <meta charset="utf-8" /> and <meta http-equiv="Content-Type" > ?
Read more