Multiple choice

In the code <frameset cols = 120,*> the following would be true.

  1. Top frame would be 120 pixels high.

  2. Left frame would be 120 pixels wide.

  3. Bottom frame would be 120 pixels wide.

  4. Left frame would be 120 inches wide.

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In the attribute 'cols = 120,*', the first value refers to the width of the first column (the left frame). Therefore, the left frame is set to 120 pixels wide.