Computer Science, asked by sakshibharti85, 3 months ago

Q2. Draw the output for given code in html.
View output here
<html><head>
<title>TABLE</title></head>
<body bgcolor="white" text = "black">
<table border="2"bgcolor="red">
<td>NAME</td>
<td> ENG MARKS</td>
<td>MATHS MARKS</td>
<tr>
<td>Dhruv Sharma</td>
<td>53</td>
<td>64</td>
</tr>
</table></body>
</html>​

Answers

Answered by aryansingh280409
2

Answer:

Hope it will work

Explanation:

Attachments:

sakshibharti85: thankyuu very much
aryansingh280409: welcome
Similar questions