Computer Science, asked by yajat1810, 1 year ago

write the syntax HTML with no mistake.
I will mark you as the brainliest if answer will be right

Attachments:

Answers

Answered by computeruserof
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
computeruserof: how????
computeruserof: Don't use internet explorer it doesn't support css
Similar questions