HTML5 Yeni Elements
HTML5 Yeni Elemanları
Internet ve internet kullanımı, HTML 4.01, bir standart haline geldi, 1999 yılından bu yana çok değişti.
Bugün, HTML 4.01 çeşitli elementler onlar amaçlandığı şekilde kullanılan, eski hiç kullanılmamış, ya da değil. Tüm bu unsurlar kaldırılmış veya HTML5 yeniden yazılır.
Daha iyi kolu günümüz internet ihtiyaçlarına, HTML5 ayrıca sürükle ve bırak gibi daha iyi bir sayfa yapısı ve iyi form kullanımı için medya içeriği görüntüleme grafik çizimi için yeni unsurlar, ve birçok yeni API'ler, dahil bir kullanıcı, mağaza coğrafi konumunu almak yerel veri, ve daha fazlası.
Aşağıda HTML5 tarafından tanıtılan yeni HTML elemanları, ve onlar için kullanılan ne bir açıklama listesidir.
Yeni <canvas> Eleman
Not: Bizim gelin aşağıdaki tablolarda bağlantıları HTML5 başvurusu . Ancak, bu yazının bu yeni elementler hakkında daha fazla öğreneceksiniz.
Tag
|
Description
|
Defines graphic drawing using JavaScript
|
Yeni Medya Öğeleri
Tag
|
Description
|
Defines sound or music content
|
|
Defines containers for external applications (like plug-ins)
|
|
Defines sources for <video> and <audio>
|
|
Defines tracks for <video> and <audio>
|
|
Defines video or movie content
|
Yeni Form Elemanları
Tag
|
Description
|
Defines pre-defined options for input controls
|
|
Defines a key-pair generator field (for forms)
|
|
Defines the result of a calculation
|
Yeni Semantik / Yapı Elemanları
HTML5 daha iyi yapı için yeni unsurlar sunar:
Tag
|
Description
|
Defines an article in the document
|
|
Defines content aside from the page content
|
|
Defines a part of text that might be formatted in a different direction from other text outside it
|
|
Defines additional details that the user can view or hide
|
|
Defines a dialog box or window
|
|
Defines a caption for a <figure> element
|
|
Defines self-contained content, like illustrations, diagrams, photos, code listings, etc.
|
|
Defines a footer for the document or a section
|
|
Defines a header for the document or a section
|
|
Defines the main content of a document
|
|
Defines marked or highlighted text
|
|
Defines a command/menu item that the user can invoke from a popup menu
|
|
Defines a scalar measurement within a known range (a gauge)
|
|
Defines navigation links in the document
|
|
Defines the progress of a task
|
|
Defines what to show in browsers that do not support ruby annotations
|
|
Defines an explanation/pronunciation of characters (for East Asian typography)
|
|
Defines a ruby annotation (for East Asian typography)
|
|
Defines a section in the document
|
|
Defines a visible heading for a <details> element
|
|
Defines a date/time
|
|
Defines a possible line-break
|
Kaldırılan Öğeleri
Aşağıdaki HTML 4.01 elemanları HTML5 kaldırılmıştır:
- <acronym>
- <applet>
- <basefont>
- <big>
- <center>
- <dir>
- <font>
- <frame>
- <frameset>
- <noframes>
- <strike>
- <tt>