Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumHTMLmeta viewport charsetSingle-choice MCQ

Given the markup below, what does the browser actually use as the character encoding, assuming no charset is set in the HTTP Content-Type header?

<head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <meta charset="utf-8"> </head>