HTML/CSS/Text Tags/ins — различия между версиями

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

Текущая версия на 11:17, 26 мая 2010

"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>