| The <noframes> tag is used in conjunction with the <frame> tag. The <noframes> tag is used to define what will be seen by people viewing the page with a browser that does not support frames. Any html can be inserted between the <noframes> tags, creating an "alternate page" so that those with lesser browsers are not prevented from viewing your page. |
| <noframes>YOUR TEXT HERE</noframes> |