Saved Bookmarks
| 1. |
fill in the blanks every row in an HTML table starts with row tag ------ and ends with row tag ----- |
Answer» Answer :-EVERY row in an HTML table starts with row TAG <TR> and ends with row tag </tr> |
|