Computer Science, asked by legocreations20, 6 months ago

Please solve this question.

Class 10 Computer HTML

Attachments:

Answers

Answered by anindyaadhikari13
2

Here is the HTML code given.

<!DOCTYPE html>

<html>

<head>

<title>Page Title</title></head>

<body><table border=1>

<tr>

<td rowspan=2>&emsp;A&emsp;

<td>&emsp;B&emsp;

</tr>

<tr>

<td>&emsp;C&emsp;

</tr>

</body>

</html>

Similar questions