Please explain how to indicate the character set being used by a document in HTML?
Sandhya Answered question June 23, 2023
							The character set being used by an HTML document is indicated using the charset attribute of a <meta> tag inside the <head> element of the HTML.
Sandhya Answered question June 23, 2023
				