HTML/CSS/Text Tags/strike

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

"strike" Example

    
<html>
<head>
<title>strike element example</title>
</head>
<body>
    <p>
        <strike>This is the text that has been crossed out</strike>
    </p>
</body>
</html>