DIFFERENT HTML TAGS

Advertisements
Advertisements

VEDIO TAG

In an HTML document you can add videos using video tags. In HTML you can add a video in variety of formats as per the browser support. The HTML tag used for adding video to the HTML document.

AUDIO TAG

In HTML document you can insert a audio file using audio tag. HTML supports different types of audio formats as per the browser requirement.

Table Tag

For creating a table in html document we can use this tag. It is a pair html tag means once open you need to close it. Otherwise it will make trouble the document . The table tag is as following:

<table>……….</table>

Advertisements
Advertisements

Leave a Reply