Multiple choice In the code <frameset cols = 120,*> the following would be true. Top frame would be 120 pixels high. Left frame would be 120 pixels wide. Bottom frame would be 120 pixels wide. 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.