Атрибут noshade

Описание

Отключает эффекты у линии.

Синтаксис

<hr noshade>

Пример

<!DOCTYPE html>
<html lang='ru'>
<head>
<meta charset='UTF-8'>
<meta name='viewport' content='width=device-width, initial-scale=1.0'>
<title>Document</title>
</head>
<body>
Текст разделен
<hr width='200'>
на 2 части
<hr width='200' noshade>
</body>
</html>
Текст разделен
на 2 части