HTML5 Contoh:
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Title of the document</title>
</head>
<body>
Content of the document......
</body>
</html>
<html>
<head>
<meta charset="UTF-8">
<title>Title of the document</title>
</head>
<body>
Content of the document......
</body>
</html>
Elemen Dihapus di HTML5
Unsur-unsur HTML4 berikut telah dihapus dari HTML5:
| Elemen | Gunakan sebaliknya |
|---|---|
| <Acronym> | <Abbr> |
| <Applet> | <Object> |
| <Basefont> | CSS |
| <Big> | CSS |
| <Center> | CSS |
| <Dir> | <Ul> |
| <Font> | CSS |
| <Frame> | |
| <Frameset> | |
| <Noframes> | |
| <Strike> | CSS |
| <Tt> | CSS |
sumber:w3schools
No comments:
Post a Comment