Computer Science, asked by kiransingh3327, 11 hours ago

Which of the following symbols indicates that a frame can take the remaining space of the web page?​

Answers

Answered by Anonymous
1

It is used to specify rows in a frameset and also the size of each row. We can specify height of each row using the absolute value in pixels like rows=”100,200” or percentage of browser window like rows=”25%, 75%” or a wild-card symbol like rows=”40%, *”. In this case, the '*' symbol takes the remaining window space.

Hope it is helpful to you

Similar questions