my second week first day class exprinces uki class

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

al2
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</code> element.
</video>

2) Offline Caching

HTML5 also offers offline caching, meaning visitors can load certain elements on a webpage without an active internet connection – assuming they've visited the site in the past. If a visitor's internet connection happens to go down, he or she can still load core elements of the site.
With HTML5, webmasters can define which files visitors' browsers save. Offline caching is something that's entirely new with HTML5.

3) Cleaner Code

4) Browser Cross-Compatibility

5) Mobile Optimization 

then we learned some new tags
so  many tags there such as

     
basic tags











































other tags in html5

basic lines in html in atom





afther that we had our primary work that is called lunch
then we had try to create a new web page then
we learned how to add some stylites such as italic and bold &font size & font style 
 there are very intresting
finally we had a 15 minutes tea break
after that we had play a game its so funny game
sharp 5.00 o clock our second week first class ended with smile☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺

I hope all this was understandable. 
keep in touch 








Comments

Popular posts from this blog

How to build a Wall Mounted Family Calendar and Dashboard

Build a Node.js API

built web-app Authentication in React Applications