HTML frames inline frames 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 ListsFramesetsThe Frame ElementNested FramesetsTargeting FramesHTML Frames - Inline FramesInline Frames

Home > HTML > Frames - Inline Framesprinter version

HTML Frames - Inline Frames

HTML inline frames allow a document to be loaded into the page and be displayed like any other element such as an image.

Designers who dissaprove of frames, dissapprove of inline frames only marginally less than standard frames since most of the same drawbacks apply.

The <iframe> has a closing tag since text can be placed between the tags that will only display on browsers that don't support frames.

Example of a Basic Inline Frame
<html>
<head>
</head>
<body>
    <iframe>
        Your browser does not support frames.
    </iframe>
</body>
</html>


<iframe> Attributes

The <iframe> element has a number of attributes some of which are listed below.

Previous - Frames targetting frames Previous - Frames - Targetting Frames


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