Posts

Showing posts from May, 2019

HTML TAG

<video> HTML Tag The <video> element, which adds native video playback support to the HTML specification in HTML5, can be used to embed a video in an HTML document. Add the video URL to the element by using either the src attribute of the <video> element or by nesting one or more <source> elements between the opening and closing <video> tags. <track> HTML Tag The <track> element is used as a child of an <audio> or <video> element and adds a time-based data source to the parent media element. For example, the <track> element can be used to add timed subtitles to a video and closed captions to audio content. <time> HTML Tag Defines a datetime. The content of a time element is typically a human-readable date and time, and a machine-readable version of the same time is placed in the datetime attribute. <tfoot> HTML Tag The <tfoot> element identifies one or more <tr> elements as containing summary