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 » NOSCRIPT

NOSCRIPT

Тег NOSCRIPT

Браузер 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

Описание

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

Синтаксис

<noscript>Текст</noscript>

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

Обязателен.

Параметры

Нет.

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

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

<head>
<title>Тег NOSCRIPT</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<script type="text/javascript">
 alert("Hello, world!")

</script>
</head>
<body>
<noscript>
 <p>Ваш браузер не поддерживает скрипты!</p>

</noscript>
</body>
</html>

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

Leave a Reply

You must be logged in to post a comment.