HTML bootcamp · Lab 41

Charset meta

easyHead8 minLesson: Charset

Read the question, write HTML on the right, then Preview or Check.

QuestionHint and solution stay closed until you open them

Add <meta charset="UTF-8"> (alone is fine for this lab).

Examples

Example 1
Expected
meta charset
Hint
  1. charset="UTF-8"
Show correct code

Peek only after you have tried. You can still Check your own version.

<meta charset="UTF-8">
index.htmlLive preview · Check reads the DOM
ResultIdle
Run to see output. Check grades the tests.