<!DOCTYPE html>
<html>
<head>
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=UTF-8">
<title>Hello, World!</title>
</head>
<body>
<h1>
Hello, World!
</h1>
<table border="5">
<tr><td> THIS IS AN EXAMPLE OF TABLE</td></tr>
<!--Here <tr></tr>is used for a single row and<td></td> is used for a column-- >
</table>
</body>
</html>
No comments:
Post a Comment