Computer Science, asked by KCkunal, 1 year ago

observe the following table and write the html code for it​

Attachments:

Answers

Answered by genius1being
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
genius1being: why dont you mark me as brainliest
genius1being: there is an option above my answer
genius1being: check it
Similar questions
Math, 6 months ago