Current Assignment(s)
A5: Multimedia
Due: Recommended by Monday, 5.28
Due: Recommended by Monday, 5.28
Character Set
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">
- Previous
- Next