Wednesday, January 9, 2019
Monday, January 7, 2019
How to use the track tag in html5?
![]() |
| USE OF HTML5-TRACK-TAG |
Introduction of HTML5 <track> Tag
The <track> tag specifies text tracks for audio and video elements. Text track contains the text that you want to show when playing audio or video. Text can have subtitles, caption, description, and metadata.
Sunday, January 6, 2019
How to use source tag in html5?
Introduction of HTML5 <source> Tag
<source> tag is HTML5 element which specifies different type of media resources such as <picture>, <audio> and <video> tag. This is an empty tag which is used to serve as same media content in multiple formats those are supported by different browsers.
Saturday, January 5, 2019
Friday, January 4, 2019
How to use the main tag in html5?
Introduction of <main> Tag in HTML5
Different tags are provided in HTML5 to specify headers, articles, and footers. Through these HTML tags, we know what the header content is and what the footer content is. Similarly, HTML5 gives you the <main> tag to specify the main content of the document.
Thursday, January 3, 2019
How to use Ruby tag in html5?
Introduction of HTML5 <ruby> Tag
<ruby> tag specifies annotation for a text. An annotation is a small text that interprets the meaning of the main text or helps in the pronunciation of characters which is used. Ruby tag is a new element in HTML5.
Wednesday, January 2, 2019
How to use html5 mark tag to highlight text?
Introduction of HTML5 <mark> Tag
When a writer considers any text to be important for the reader, that text is highlighted by the writer. After highlighting text, that text captures the attention of the user. From this, the reader also knows that the highlighted text in the entire text is important.







