Character encoding is a system that maps characters (letters, numbers, symbols) to numerical values that can be stored and processed by computers. Different encoding systems exist, each with its own way of representing characters.
The default character encoding for an HTML document determines how the browser interprets the text content of the page. Choosing a widely compatible encoding ensures that the text is displayed correctly across different browsers and operating systems, supporting a wide range of languages and characters.
The HTML-5 specification explicitly states that UTF-8 is the default character encoding for HTML documents. This choice was made to ensure maximum compatibility and support for internationalization on the web.
Quick Tip: Always specify UTF-8 encoding in your HTML using the meta tag: <meta charset="UTF-8">
Find the letter to be placed in '?' 
What is 'X' in the following table?
Find the missing number from the given options: 