HTML/CSS/Text Tags/ins

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

"ins" Example

    
<html>
<head>
<title>ins element example</title>
</head>
<body>
    <p>
    <ins>This text has been inserted in the document.</ins>
    </p>
</body>
</html>