HTML5 has a new attribute, charset, which makes it easier to define charset: HTML 4.01: <Meta http-equiv=”content-type” content=”text/html; charset=UTF-8″> HTML5: <meta charset=”UTF-8”> <script> : The “type” attribute is required in HTML 4, but optional in HTML5. <small > : In HTML 4.01 the small element is displayed as smaller text. In HTML5 the small elementRead more