HTML/CSS/Text Tags/s

Материал из Web эксперт
Перейти к: навигация, поиск

"s" Example

    
<html>
<head>
<title>s element example</title>
</head>
<body>
<p>
<s>crossed out.</s>
</p>
</body>
</html>