'ins' Example : ins « Tags « HTML / CSS






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








Related examples in the same category

1.Deleting and inserting text
2.Inserting Text
3.ins color: forestgreen;