HTML 5 - Chapter 1 - Introduction to HTML 5
Features of HTML5 :
What’s new in HTML 5 ?
Structural Elements and Attributes.
Media Elements.
Form Types.
2D/3D Graphics and Animation(with JavaScript).
Geolocation (with JavaScript).
Local Storage.
Structural elements and Attributes :
HTML 4.0.1 :
HTML 5 :
!doctype html
Note : We can still use the HTML5 doctype when using XHTML markup and it will validate
HTML 5 gives us a bunch of new form types to work with. Some of them even have validation rules without needing JavaScript :
email
date
range
search
datetime
tel
Media elements :
In the past we needed to use third party plugins like Adobe Flash to be able to display videos in an HTML document. Now we can embed them using "video".
We can also include audio with "audio"
Geo-location :
Used to get the position of the current website viewer.
Usually in latitude and longitude coordinates.
The user must be prompted to allow or refuse their location to be calculated.
Must be used with an API which is commonly JavaScript
Main API is getCurrentPosition().
Graphics:
The new "canvas" element is used to draw and paint graphics.
Canvas can be used to create simple shapes as well as complex objects.
"svg" can be used to define vector-based graphics in XML format.
HTML storage :
Local Storage - The localStorage() API allows to store local key/value pairs on a users machine until they manually delete them
Session Storage - The sessionStorage() API does the same as local expect the data is deleted when the session ends, which is when the browser is closed
Web Storage – HTML 5 also offers a local SQL solution to store data locally.
ankpro
ankpro training
Asp.net MVC
C#
C sharp
Bangalore
Rajajinagar
Selenium
Coded UI
Mobile automation testing
Mobile testing
JQuery
JavaScript
.Net
Components of the .Net framework
Hello World
Видео HTML 5 - Chapter 1 - Introduction to HTML 5 автора Математические тайны и секреты
Видео HTML 5 - Chapter 1 - Introduction to HTML 5 автора Математические тайны и секреты
Информация
11 ноября 2024 г. 2:54:48
00:06:43
Похожие видео