HTML/CSS/Text Tags/strike

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

"strike" Example

   <source lang="html4strict">
   

<html> <head> <title>strike element example</title> </head> <body>

This is the text that has been crossed out

</body> </html>


     </source>