HTML frames frame element Free Web Design Tutorials
Home   HTML CSS JavaScript PHP MySQL Usability Glossary
HTMLBasicsCreating a DocumentHead and Body ElementsFormatting TextCreating ListsEmbedding ImagesURLs ExplainedLinking to DocumentsCreating TablesForms - BasicsInput and TextareaSelect ListsFramesetsHTML Frames - Frame ElementThe Frame ElementNested FramesetsTargeting FramesInline Frames

Home > HTML > Frames - Frame Elementprinter version

HTML Frames - Frame Element

The HTML frame element supports a number of attributes some of which are listed below.



The <noframes> Element

This element is optional and is used to provide alternative output to browsers that don't support frames.

An Example of the <noframes> Element
<noframes>
    <body>
    Your browser does not support frames.
    You can <a href="noframes.htm">view our no frames site here.</a>
    </body>
</noframes>


Browsers that support frames will ignore everything between the <noframes> start and closing tags.

Browsers that don't support frames won't recognise the <noframes> tags and will ignore them and output everything between the start and closing tags.

Previous - Frames framesets Previous - Frames - Framesets     Next - Frames - Nested Framesets Next - Frames nested framesets


Privacy | Terms | Contact | Links | Sitemap | RSS Feeds RSS and JavaScript Feeds
©2009 www.webdesignworkmate.co.uk all rights reserved 
Design and Production by smallbizonline website design © 2000-2009
Valid HTML 4.01! Level Double-A conformance icon, W3C-WAI Web Content Accessibility Guidelines 1.0Valid CSS!
Recommended Reading
html_and_xhtml

html and xhtml complete reference

learning web design beginners guide