| |
| Web Hosting |
|
|
|
| |
<NOFRAMES>
|
|
| |
Provides HTML content for browsers that do not support frames or are not configured to present frames. You can inlude a <BODY> tag within the <NOFRAMES> section to provide additional formatting and style sheet features.
EXAMPLE:
<NOFRAMES>Your Browser doesn't support frames.</NOFRAMES>
|
|
| |
|
|
| |
|
|
| |
<NOSCRIPT>
|
|
| |
Provides a HTML content for browsers that do not support scripts. Use the <NOSCRIPT> tags inside a script definition.
EXAMPLE: <NOSCRIPT>You see this message as your browser doesn't support scripts.</NOSCRIPT>
|
|
| |
|
|
| |
|
|
|