Computer Science, asked by sonuthakur77578, 5 months ago

write the html code to :(a)align the content of cell in a table to the top :(b) link toa specific section of another webpage ​

Answers

Answered by rbura8885
9

Answer:

(a)

<table>

<tr>

td Valign='top'>top align</td>

</tr>

</table>

</body>

(b)<a href='write the path here'>link</a>

Similar questions