Write the XHTML tags to place the Web page file menu.html in the first frame and the home.html file in the second frame.
Write the XHTML tag required to create a frameset that defines two vertical panes. The first frame should use one-fourth of the browser window. The second frame should use three-quarters of the browser window.
Write the xhtml tag required to complete the basic frameset.
Just so you know, it isn’t really common practice to use framesets in XTHML. It’s preferable to use CSS. In any case, you can find info at http://www.w3.org/TR/REC-html40/present/frames.html about HTML 4.01 frames. You’d have to adapt it slightly for XHTML.