Home| About US |Website Development Tutorial| Ecommerce Tutorial
Back to Basic HTML Programming
Using Frame on Web Pages
Since HTML 4.0 frames have been deprecated. This means that this feature will be withdrawn in the future. You should avoid using frames in new documents.
Frames must begin with the <frameset> tag, and end with the </frameset> tag.
Since many web browsers cannot display frames you must specify alternate content for these browsers in a <noframes> element within the <frameset>.