HTML/CSS/Text Tags/ins

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

"ins" Example

   <source lang="html4strict">
   

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

This text has been inserted in the document.

</body> </html>


     </source>