write the syntax HTML with no mistake.
I will mark you as the brainliest if answer will be right
Attachments:
Answers
Answered by
2
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
<style>
body {
margin:0;
}
td{
padding:80px;
padding-top:100px;
}
table {
position:absolute ;
margin:auto;
bottom:0;
right:0;
}
</style>
</head>
<body>
<table border="1">
<tr>
<td></td>
<td></td>
</tr>
</table>
</body>
</html>
Run this on your browser
yajat1810:
it is wrong
Similar questions