Create a custom practice set
Pick category, difficulty, number of questions, and time limit. Start instantly with your own quiz.
Generate QuizPick category, difficulty, number of questions, and time limit. Start instantly with your own quiz.
Generate QuizNo weekly quiz is published yet. Check the weekly page for the latest updates.
View Weekly PageAnswer: charset
<meta charset='UTF-8'> in HTML <head> specifies character encoding. UTF-8 supports virtually all languages and symbols. Proper encoding prevents display issues and security vulnerabilities like XSS. Fundamental for internationalization and web security awareness in exams.