// References / HTML Noframes Tag

Posted The: 02/09/2008 - AT: 17:43

The Noframes Element in HTML is used to provide alternative content to those user agents which doesn't support frames.

Warning

Frames are known to pose usability issues, and they are poorly indexed by search engines. Its also hard to bookmark a page which is open in a frame.

Attributes

Standard Attributes

Attribute:Value:Description:DTD:
AttrsOther AttributesCommon, I18n, EventF

DTD. Defines which document type the attribute is allowed. S=Strict, T=Transitional, F=Frameset.

Examples

The simple example.

<frame src="Frame.html">
<noframes>
  <p>Your browser doesn't support frames</p>
</noframes>

The Full Example

The full example.

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
   "http://www.w3.org/TR/html4/frameset.dtd">

  <head>
    <title>HTML Frameset Example</title>
  </head>

  <frameset cols="25%,75%">
    <frame src="Frame1.html">
    <frame src="Frame2.html">
    <noframes>
      <p>Your browser doesn't support frames</p>
    </noframes>
  </frameset>

</html>

Its recommended to include the noframes-element.

Stumble It!

Author: BlueBoden

Comments: [0]

  1. HTML Tutorial
  2. CSS Tutorial
  3. XHTML Tutorial
  4. RSS Tutorial
  5. PHP Tutorial
  6. htaccess Tutorial
  7. Server Tutorial
  8. SEO Tutorial

Checked At:04:09

4 Guests

0 Users

Online doing the past 15 Minutes!

PageRanking.dk - Flere hits og højere PageRank - GRATIS tilmelding!

This page was created in 0.307400226593 seconds

Welcome Guest