Current Assignment(s)
A4: Multimedia
Due 11:55PM Monday, 10.29
Due 11:55PM Monday, 10.29
Character Set Attribute
One metadata use that you should be familiar with is the charset declaration. This informs the browser of the “character set” encoding of the document (i.e. the character set that matches the binary data).
You should always include the metadata charset line in your head element of your html documents.
HTML
<meta charset="UTF-8">
html
- Previous
- Next