Computer Science, asked by mayankkhatana2073, 9 months ago

Differentiate between the following.


a) <TR> and <TD> tags.



b) Cellspacing and cellpadding attributes of <TABLE> tag



c) Rowspan and Colspan attributes of <TD> tag



d) internal linking and external linking



PLEASE GIVE THE ANSWERS ACCORDING TO 8TH STANDARD​

Answers

Answered by vikramkumar64296
0
  1. The table tag is used to format tabular data. ... The tbody tag begins the body (data) area, the same tr tag creates a row, and td tags create data cells in each row
  2. .There are two attributes called cellpadding and cellspacing which you will use to adjust the white space in your table cells. The cellspacing attribute defines space between table cells, while cellpadding represents the distance between cell borders and the content within a cell.
  3. colspan is used to merge 2 or more cells horizontally. And rowspan is used to merge 2 or more cells vertically. In html rowspan and colspan is an attribute of table tag which is used when we need to merge more than one row and more than one column
  4. internal links only point within your own specific website or domain. ... External = links that point to a separate domain. Internal = links that point to content within the same domain.

follow me

Similar questions