HTML/CSS/Text Tags/strike
Версия от 09:21, 26 мая 2010; (обсуждение)
"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>