HTML/CSS/Text Tags/del

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

"del" Example

   <source lang="html4strict">
   

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

The following text has been deleted

</body> </html>


     </source>