I have a question about this new:
HTML Code:
<meta charset="UTF-8">
thing, introduced in HTML 5. Why it's not self-closing tag? I don't understand it, I think it should be:
HTML Code:
<meta charset="UTF-8" />
Can anyone explain it to me? 
Last edited by Piotr Pyclik; 09-04-2009 at 07:24 AM..
|