frame in html?

Philippines
July 20, 2011 7:11pm CST
Hi I just want to ask about html. I know a little about html but I am actually want to learn more. I want to make my own website just to practice my skills in web development. I watch tutorial for beginners in youtube but I noticed that frames in html is not mostly used. I want to know when do you need to use the frame? When it is useful?
1 person likes this
3 responses
• United States
21 Jul 11
Frames are usually not used because in the past they have been may problems, like before when search engine's would visit your site and grab the information to list it it would not grab the information in frameset and would be forced to read only the noframes content, there would also be printing problems and some coding problems, but there are other better ways than using frames look it up :) some good benefits of frames were such as only having to update one navigation frame to update your whole site and it seems to be great but as you learn a bit later in web page development you'll find faster and more efficient ways of doing the same thing without frames
• Philippines
21 Jul 11
I see.. Now I know. I was actually thinking of using it. Im glad I asked. thanks!
• New York, New York
28 Nov 13
Done a excellent job in this blog,I am also quite interested to see your upcoming post for Web Development so please keep writing.
25 Jul 11
You should try and stay away from table based layouts (frames) if you can help it. As stated above there are many better ways to develop a layout. Frames are a pain to search engines, user accessibility which is becoming quite a large thing these days, even to the point where your site will be removed from search engines for failing to comply in some countries. A great website to check out is the wc3, there it gives you loads of tutorials and guides,