web-mini.eu5.org -

Тег <strong>

HTML

Описание

Тег<strong> предназначен для акцентирования текста. Браузеры отображают такой текст жирным начертанием.


Синтаксис

тег <strong>Текст <strong>

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

Обязателен.



Пример: Код HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>
Tag <strong></title>
</head>
<body>
<p><strong>Methods of memorizing a lot of foreign words.</strong></p>
<p>Someone writes the new words he encounters in the text, a new book with the translation
and transcription, and then repeats them over and over again to myself. Someone is trying to
remember the meanings of words, using the association. One simply repeats the words at night before bedtime.</p>
<p><strong>Everyone chooses a method to rapidly learn new words.</strong></p>
<p>But, unfortunately, not all of these methods are effective.</p>
</body>
</html>

Результат данного примера показан на рис. 1.


Рис. 1. Вид акцентированного текста в тексте




Дата: 2012-05-05 | Просмотров: 234