Which tags divide HTML tables in multiple sections?
4 Likes
HTML tables can be divided into multiple sections by the following tags:
<THEAD>
<TBODY>
<TFOOT>
Answered By
2 Likes
Name the attributes of <A> tag which are used for internal linking in a web page.
<A>
Write names of two attributes each for the following tags:
(i) <Img>
<Img>
(ii) <Table>
<Table>
(iii) <A>
How can you add space around the top and bottom of an image?
How will you add border to an image?