I am new to the concept of frames and this question is just about why the output of my frameset has the frames setup but the frames will be blank and not show the text in my frame documents.
setup frames document
frame1Code:<html> <head> <title></title> </head> <frameset cols="13%, 80%"> <frame scr="indexframe.html" scrolling="no" name="frame1"> <frame scr="subweb.html" scrolling="no" name="frame2"> </frameset> <html>
frame2Code:<html> <head> </head> <body> GHGHGHH </body> </HTML>
Also could someone tell me what the diffrence from a .html document and a .htm document is?Code:<html> <head> </head> <body> huhuhuuhu </body> </HTML>


Reply With Quote


Bookmarks