Jump to content

<noframes> Tag


fabs

Recommended Posts

Hi, i have learned about <noframes> tag in http://www.w3schools.com/html/html_frames.aspImportant: You cannot use the <body></body> tags together with the <frameset></frameset> tags! However, if you add a <noframes> tag containing some text for browsers that do not support frames, you will have to enclose the text in <body></body> tags! See how it is done in the first example below.i really dont underdstad the text above mean???because , i have try the example below of that text. and it did not make sense in my browser.could you help me

Link to comment
Share on other sites

It means that if you open the page in a browser that does not support the <frames>tag, the only thing that will appear on the screen is the textbetween the <body></body>tags.If you are beginning to learn how to use <frames> it is better that you don't learn them at all. It's better to use <div> and css style to do the same and more.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...