The ______________ parameter identifies a character encoding, which is a method of converting a sequence of bytes into a sequence of characters.

The ______________ parameter identifies a character encoding, which is a method of converting a sequence of bytes into a sequence of characters. Correct Answer charset

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.

Related Questions