Computer Science, asked by abcd12359, 7 months ago

write the HTML code to create the following table ​

Attachments:

Answers

Answered by rbura8885
2

Answer:

<html>

<head>

<title>table creating</title>

</head>

<body>

<table border ='2'>

<tr>

<td>S. No</td>

<td>subject</td>

</tr>

<tr>

<td>1</td>

<td>computer</td>

</tr>

</body>

</html>

Similar questions