Frames are a thing of the past. They are not very user friendly (why would you want to sacrifice screen space so that the user can always see some static frame.)
IMO anyone interested in making websites should learn some css. After all, it will allow you to determine how your site will look in an organized way without having to type code in every individual html tag (you can link to a stylesheet on the top of a document using <link rel="stylesheet" type="text/css" href="style.css" />) |