Deprecated: Assigning the return value of new by reference is deprecated in /home/bahus/data/www/fixblog.ru/html/wp-settings.php on line 472 Deprecated: Assigning the return value of new by reference is deprecated in /home/bahus/data/www/fixblog.ru/html/wp-settings.php on line 487 Deprecated: Assigning the return value of new by reference is deprecated in /home/bahus/data/www/fixblog.ru/html/wp-settings.php on line 494 Deprecated: Assigning the return value of new by reference is deprecated in /home/bahus/data/www/fixblog.ru/html/wp-settings.php on line 530 Deprecated: Assigning the return value of new by reference is deprecated in /home/bahus/data/www/fixblog.ru/html/wp-includes/cache.php on line 103 Deprecated: Assigning the return value of new by reference is deprecated in /home/bahus/data/www/fixblog.ru/html/wp-includes/query.php on line 21 Deprecated: Assigning the return value of new by reference is deprecated in /home/bahus/data/www/fixblog.ru/html/wp-includes/theme.php on line 623 Fix Blog - HTML Справочник » Blog Archive » NOFRAMES

NOFRAMES

Тег NOFRAMES

Браузер Internet Explorer Netscape Opera Safari Mozilla Firefox
Версия 5.5 6.0 7.0 6.0 7.0 8.0 7.0 8.0 9.0 1.0 1.7 1.0 2.0
Поддерживается Да Да Да Да Да Да Да Да Да Да Да Да Да
HTML: 3.2 4 XHTML: 1.0 1.1

Описание

Содержимое тега <NOFRAMES> отображается в браузере,
когда он не поддерживает фреймы и не умеет их интерпретировать. Браузеры,
которые работают с фреймами, полностью игнорируют содержимое тега <NOFRAMES>.
Как правило, внутри этого тега располагается текст, информирующий пользователя
о том, что его браузер фреймы не поддерживает или с предложением перейти на
страницу без фреймов.

Синтаксис

<frameset>
<noframes>Текст</noframes>
</frameset>

Закрывающий тег

Обязателен.

Параметры

Нет.

Пример 1. Использование тега NOFRAMES

Валидный код<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<title>Тег NOFRAMES</title>

</head>
<frameset cols="100,*,20%">
<frame src="left.html" name="leftFrame">
<frame src="main.html" name="mainFrame">

<frame src="right.html" name="rightFrame">

<noframes>Ваш браузер не поддерживает фреймы.</noframes>
</frameset>

</html>

This entry was posted on Вторник, Август 12th, 2008 at 11:39 пп and is filed under NOFRAMES. Both comments and pings are currently closed.

Leave a Reply

You must be logged in to post a comment.