-
The ______________ parameter identifies a character encoding, which is a method of converting a sequence of bytes into a sequence of characters.
-
- element
- attribute
- class
- charset
- None of these
Correct Option: D
Class is an attribute and can be used on any HTML element. Property of an element is defined by attribute. To display an HTML page correctly, a web browser must know the character set (character encoding) to use. @charset “UTF-8”; is a string.