What's new HTML5 DocType and Charset?

All discussions regarding computers and internet.

Post Reply
User avatar
chinmay.sahoo
Little Oriya
Little Oriya
Posts: 5
Joined: Dec 16th, '13, 10:40
Location: Odisha
Contact:

What's new HTML5 DocType and Charset?

Post by chinmay.sahoo »

As HTML5 is now not a subset of SGML, its DocType is simplified as follows:

<!doctype html>

And HTML5 uses UTF-8 encoding as follows:

<meta charset="UTF-8">
webtechnologyofindia.com/
A Complete Software Development Services
webtechnologyofindia.com

What's new HTML5 DocType and Charset?

Sponsor

Sponsor
 

Post Reply