Please solve this question.
Class 10 Computer HTML
Attachments:
Answers
Answered by
2
Here is the HTML code given.
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title></head>
<body><table border=1>
<tr>
<td rowspan=2> A 
<td> B 
</tr>
<tr>
<td> C 
</tr>
</body>
</html>
Similar questions