InterviewSolution
Saved Bookmarks
| 1. |
Give one word for the following 1. The attribute that specifies a frame is not resizable |
|
Answer» The noResize property sets or returns the VALUE of the noresize attribute in a frame element. The noresize attribute SPECIFIES that a frame cannot be RESIZED by the USER. |
|