Question: View the following code: <html>
<frameset cols="20%,20%,*">
<frame src="a.html"/><frame src="b.html"/><frame src="c.html"/>
</frameset>
</html>
What will be displayed on viewing the above in a browser?
A
B
C
D
An HTML page with three columns of equal width.
B
An HTML page with three rows of equal height.
C
An HTML page with the last column occupying 60% space.
D
An HTML page with the last column occupying 40% space.
Note: Not available