observe the following table and write the html code for it
Attachments:
Answers
Answered by
5
<html>
<head>
<title>table</table>
<\head>
<body>
<table border="1">
<THEAD BGCOLOR="PINK">
<TR>
<TH>Question</TH>
<TH>Marks</TH>
</TR>
<TR>
<TD ROWSPAN="3">1</TD>
<TD>2</TD>
</TR>
<TR>
<TD>2</TD>
</TR>
<TR>
<TD>5</TD>
</TR>
</table>
</body>
</html>
HOPE I'M ABLE TO ANSWER YOUR QUESTION
genius1being:
yo welcome
Similar questions