Skip to content
Open

Demo #60

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions exam.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<html>
<head>
<title>table</title>
</head>

<body>
<h1>heading </h1>

<table border="16"cellpadding="65px"cellspacing="56px " bgcol
or:blue><tr bgcolor="red">
<th>soc</th>
<th><h1>btech</h1></th>
</tr>
<tr bgcolor="blue">
<td>mca</td>
<td>bsc</td/>
</tr>

</table>
</span>
</body>
</head>
</html>