Information of <tl> tag............

Prince25

New member
I want to know that how to work <tl > tag in HTML.Please provide some example regarding this ques why this i understand it properly.:upset:
 
This tag is used the table tag. There are many tag used Table tag.
<html>
<body>
<table border="1">
<tr>
<td>row 1, cell 1</td>
<td>row 1, cell 2</td>
</tr>
<tr>
<td>row 2, cell 1</td>
<td>row 2, cell 2</td>
</tr>
</table>
</body>
</hmtl>
 
tl tag is not such html tag.i don't know about this tag...........................................
 
I want to know that how to work <tl > tag in HTML.Please provide some example regarding this ques why this i understand it properly.:upset:

The tl thing you are looking at means top left. Try removing that piece of code and see what happens at the top left of the page.
 
Back
Top