HTML5 New Features Tutorial Videos for Beginner - PowerPoint PPT Presentation

About This Presentation
Title:

HTML5 New Features Tutorial Videos for Beginner

Description:

learn new feature included in HTML5,this tutorial is aimed to provide brief explanation on HTML audio and video elements,canvas elements,drag and drop funtionalities, HTML geo-location,new application programming,oofline app programming using HTML5. – PowerPoint PPT presentation

Number of Views:113

less

Transcript and Presenter's Notes

Title: HTML5 New Features Tutorial Videos for Beginner


1
CATCH EXPERTS
https//www.catchexperts.com
http//www.courseing.com
2
HTML5
HTML5 New Features Training Videos for
Beginner by
3
Highlights
  • Built in Audio and Video Elements
  • Canvas element for drawing
  • Drag and Drop Functionality
  • New Application Programming
  • Offline Web Application API Index DB
  • Geo location

4
Built in Audio and Video Elements
  • HTML5 specifies a standard way to include audio,
    with the audio element.
  • Syntax ltaudiogt
  • The ltaudiogt element can play sound files or an
    audio stream.
  • HTML5 specifies a standard way to include video
    with the video element.
  • Syntax ltvideogt
  • The video element allows multiple source
    elements.

5
Drag and Drop Functionality
6
New Application Programming Interfaces-Web storage
7
Offline Web Application API Index DB
  • HTML5 new concept of Offline Web application API
    provides the following features
  • The user can use cloud functions on a mobile
    device and can work offline with a local
    application on a local database.
  • It gives the user the control of the way the Web
    applications should look when offline.
  • The Indexed DB specification declares two
    different APIs
  • An implemented asynchronous API and not
    implemented synchronous API

8
Canvas element for drawing
  • Few points on how to use HTML5 Canvas Element for
    drawing are as follows
  • The HTML5 canvas element uses JavaScript to draw
    graphics on a web page.
  • The canvas element has several methods for
    drawing paths.
  • Syntax for adding a canvas element to the HTML5
    page
  • ltcanvas id"CanvasNo1" width300"
    height200"gtlt/canvasgt

9
Geo Location
  • Used to get the geographical position of a user.
  • Lets you share your location with your favorite
    web sites.
  • The Geolocation object is a service object that
    allows widgets to retrieve information about the
    geographic location of the device.
  • Through this API, We can provide location
    specific information or route navigation details
    to the user.

10
Feedback
Like It ? Hate It?
We would love to hear from you whatever you think
about the course.
Click HERE to share what you think!
11
Thank you
Thank You for Watching HTML5 New Features
Training Videos for Beginner by
http//www.courseing.com
Write a Comment
User Comments (0)
About PowerShow.com