Computer Science, asked by fuyrs1246, 1 year ago

write the html code to display select border side of table

Answers

Answered by smileygirljulie
3
Display only the outside borders of a table:

<table frame="box">
  <tr>
    <th>Month</th>
    <th>Savings</th>
  </tr>
  <tr>
    <td>January</td>
    <td>$100</td>
  </tr>
</table>


smileygirljulie: hmm
manishsinghkuntal: can i ask question related to html
smileygirljulie: ya
smileygirljulie: but not so much difficult question
manishsinghkuntal: use of comment in html??
manishsinghkuntal: and by
manishsinghkuntal: talk to you later
smileygirljulie: ya
manishsinghkuntal: ab papa ja rahe hai
manishsinghkuntal: hii
Answered by manishsinghkuntal
4
hey mate here's your answer

<html>
<body>
<table border="1" frame="hsides">
<tr>
<td>cell data </td>
<td>cell data </td>
</tr>
</table>
</body>
</html>

hope this will help you !!
please mark it as brainliest.
Attachments:
Similar questions