InterviewSolution
Saved Bookmarks
| 1. |
Write the procedure of changing the table size. |
|
Answer» We can change the size of the table by using the width and height attributes of table tag. <table width = “300” height = “400”> |
|