InterviewSolution
Saved Bookmarks
| 1. |
Which of these are all table tags?(a) <thead>,<body>,<tr>(b) <table>, <tr>,<td>(c) <table> <head>,<title>(d) <table>, <tr>,<tt> |
|
Answer» <table>, <tr>,<td> are all table tags. |
|