Posts

Showing posts from April 24, 2017

my second week first day class exprinces uki class

Image
we had a 5 minutes revision of last class after we was installed atom application what is html Hypertext Markup Language,  its help for tagging text files to achieve font, colour, graphic, and hyperlink effects on World Wide Web pages.       then we had learned what are the a advantages html over html5   1) Built-In Video/Audio Playback In previous HTML versions, webmasters were forced to use third-party programs, such as Adobe Flash Player, Quicktime or Silverlight, in order to play video and video. This was a messy, archaic method for web-based media playback that often resulted in errors. HTML5 has solved this problem with its full support for video and audio. Here's an example of HTML5 video playback code: <video poster="movie.jpg" controls> <source src=”movie.ogg" type="video/ogg"> <source src="movie.mp4" type="video/mp4"> Your browser does not support the <code>video