<time>
All Tags not showing in online page, but show on view source.
<table>
<colgroup>
<col style="background:yellow">
<col style="background:green">
</colgroup>
<tr>
<th>Roll no</th>
<th>Name</th>
</tr>
<tr>
<td>11</td>
<td>Raj</td>
</tr>
<tr>
<td<12</td>
<td>Ravi</td>
</tr>
</table>
Code show like this:
The time is
Browser Support
The <time> tag is supported in all major browsers.
What is time tag
time tag is used to for time.
HTML5
time tag is new in html5.