HTML table program


❣️HTML table program❣️


<!DOCTYPE html>

<html>

<head>

</head>


<body>

<Table border="2">

<tr> 

<Th>

Sr.no.

</Th>

<th>

Name

</th>

</Tr>

<Tr>

<Td>

1</td>

<Td>

Yuvraj Mote

</Td>

</Tr>

</body>

</HTML>








Sr.no. Name
1 Yuvraj Mote

Comments

Hello my friends HTML programming language very nice language please doing coading never

Popular Posts