HTML5

a minute read
HTML5 is the latest and enhanced version of HTML. HTML5 is a core technology markup language of the Internet used for structuring and presenting content for the World Wide Web.   HTML5 provides some new elements and attributes that helps in building a modern websites. Following are features provided in HTML5. Semantic Elements: These are like <header>, <footer>, <section> and <article>. Local Storage and Session Storage: As HTML5 Web Storage stores the data on Object ba...
a few seconds read
The HTML5  provides <video> element  that specifies a standard way to play  video in a web page.So we can play video without using any third party software like flash . HTML% Video Player   In this post we discuss about controls of the play video. We can use some controls like play / pause video,play video in big / small screen. <!DOCTYPE html> <html> <title>HTML 5 Video Player</title> <body> <div style="text-align:center&#...