Saved Bookmarks
| 1. |
While designing a web page Raju wants to display a table which occupies the full browser window. Name the attribute which help him to do so. |
|
Answer» The attribute is Width,it can be given in percentage of total window width. Eg. <Table Border = 1 width = "100%"> |
|