HTML Video Tag HTML 5 supports <video> tag also. The HTML video tag is used for streaming video files such as a…
html 5
-
-
HTML5 Migration HTML5 migration specifies that how to migrate from HTML4 to HTML5. Let?s see how to convert HTML4 page into HTML5…
-
HTML Wbr Tag HTML <wbr> tag is used to specify a line break opportunity within an HTML document. Without wbr tag, it…
-
HTML5 Semantics In any language, it is essential to understand the meaning of words during communication. And if this is a computer…
-
Marquee HTML The Marquee HTML tag is a non-standard HTML element which is used to scroll a image or text horizontally or…
-
HTML5 Tutorial HTML5 tutorial provides details of all 40+ HTML tags including audio, video, header, footer, data, datalist, article etc. This HTML…
-
HTML5 User Manual HTML Coding Convention You should follow some convention while using HTML: Use a Consistent CSS A user must use…
-
HTML <template> tag HTML <template> tag is used to hold the client-side content that will not render at the time of page…
-
HTML Textarea The HTML <textarea> tag is used to define a multi-line text input control. It can hold unlimited number of characters…
-
HTML Time Tag HTML <time> tag is used to define date and time. It displays time value in a 24 hour clock…