Internet, dan penggunaan internet, telah banyak berubah sejak tahun 1999, ketika HTML 4.01 menjadi standar.
Hari ini, beberapa elemen dalam HTML 4.01 yang usang, tidak pernah digunakan, atau tidak menggunakan cara mereka dimaksudkan. Semua elemen tersebut akan dihapus atau ditulis ulang di HTML5.
Untuk menangani baik kebutuhan internet saat ini, HTML5
juga termasuk unsur-unsur baru untuk menggambar grafik, menampilkan
konten media, untuk struktur yang lebih baik halaman dan penanganan
bentuk yang lebih baik, dan beberapa API baru, seperti drag dan drop,
mendapatkan posisi geografis pengguna, menyimpan data lokal, dan banyak
lagi.
Di bawah ini adalah daftar elemen HTML baru, diperkenalkan oleh HTML5, dan deskripsi apa yang mereka digunakan untuk.
The New <canvas> Elemen
Catatan: Link dalam tabel di bawah titik kami
Referensi HTML5 . Namun, Anda akan belajar lebih banyak tentang elemen-elemen baru dalam tutorial ini.
Tag |
Description |
<canvas> |
Defines graphic drawing using JavaScript |
New Media Elements
Tag |
Description |
<audio> |
Defines sound or music content |
<embed> |
Defines containers for external applications (like plug-ins) |
<source> |
Defines sources for <video> and <audio> |
<track> |
Defines tracks for <video> and <audio> |
<video> |
Defines video or movie content |
Formulir Baru Elements
Tag |
Description |
<datalist> |
Defines pre-defined options for input controls |
<keygen> |
Defines a key-pair generator field (for forms) |
<output> |
Defines the result of a calculation |
New Semantic / Elemen Struktural
HTML5 menawarkan unsur-unsur baru untuk struktur yang lebih baik:
Tag |
Description |
<article> |
Defines an article in the document |
<aside> |
Defines content aside from the page content |
<bdi> |
Defines a part of text that might be formatted in a different direction
from other text outside it |
<details> |
Defines additional details that the user can view or hide |
<dialog> |
Defines a dialog box or window |
<figcaption> |
Defines a caption for a <figure> element |
<figure> |
Defines self-contained content, like illustrations, diagrams, photos, code
listings, etc. |
<footer> |
Defines a footer for the document or a section |
<header> |
Defines a header for the document or a section |
<main> |
Defines the main content of a document |
<mark> |
Defines marked or highlighted text |
<menuitem> |
Defines a command/menu item that the user can invoke from a popup menu |
<meter> |
Defines a scalar measurement within a known range (a gauge) |
<nav> |
Defines navigation links in the document |
<progress> |
Defines the progress of a task |
<rp> |
Defines what to show in browsers that do not support ruby annotations |
<rt> |
Defines an explanation/pronunciation of characters (for East Asian
typography) |
<ruby> |
Defines a ruby annotation (for East Asian typography) |
<section> |
Defines a section in the document |
<summary> |
Defines a visible heading for a <details> element |
<time> |
Defines a date/time |
<wbr> |
Defines a possible line-break |
Elemen Dihapus
Berikut HTML 4.01 elemen telah dihapus dari HTML5:
- <Acronym>
- <Applet>
- <Basefont>
- <Big>
- <Center>
- <Dir>
- <Font>
- <Frame>
- <Frameset>
- <Noframes>
- <Strike>
- <Tt>
Sumber :
w3schools
https://www.welookups.com/tags/tag_wbr.html
BalasHapus