HTML TABLE EXAMPLE-
<html>
<head>
</head>
<body>
<table border=2 width=100% height=100%>
<tr>
<td width=20%>
<table border=1 height=100% width=100%>
<tr>
<td width=50% ><marquee behavior=scroll direction=right bgcolor=wheat width=100% height=100% ><font color=blue>name</marquee></font></td>
<td width=50%>last name</td>
</tr>
</table>
</td>
<td width=20%><marquee behavior=scroll direction=right bgcolor=wheat width=100% height=100% ><font color=blue>class</marquee></font></td>
<td width=20%><marquee behavior=scroll direction=right bgcolor=wheat width=100% height=100% ><font color=blue>border</marquee></font></td>
<td width=20%><marquee behavior=scroll direction=right bgcolor=wheat width=100% height=100% ><font color=blue>height</marquee></font></td>
</tr>
<tr>
<td width=20%><marquee behavior=scroll direction=right bgcolor=wheat width=100% height=100% ><font color=red>name</marquee></font></td>
<td width=20%><marquee behavior=scroll direction=right bgcolor=wheat width=100% height=100% ><font color=apple>class</marquee></font></td>
<td width=20%><marquee behavior=scroll direction=right bgcolor=wheat width=100% height=100% ><font color=green>border</marquee></font></td>
<td width=20%>height</td>
</tr>
</table>
</body>
</html>
OUTPUT: