To create a menu bar you must first use the nav tag <nav> to open and then you can enter in the headings for your menu bar using the code: <a href="#"><div>HOME</div></a>. and then for then next menu title,just use the same again but instead of HOME, use the appropriated title were HOME should be.
i.e
How it Works
The controls attribute adds video controls, like play, pause, and volume.
It is a good idea to always include width and height attributes.
If height and width are not set, the browser does not know the size of the video. The effect will be that the page will change (or flicker) while the video loads.
Text between the <video> and </video> tags will only display in browsers that do not support the <video> element
Multiple <source> elements can link to different video files. The browser will use the first recognized format.
http://www.w3schools.com/html/html5_video.asp
No comments:
Post a Comment