This question already has an answer here:
- Prefer charset declaration in HTML meta tag or HTTP header? 2 answers
If a web page has,
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
…
</head>
but the http header has
Content-Type text/html; charset=UTF-8
Then what encoding is assumed?