Switch to full style
HTML code examples
Post a reply

Usage of ins tag

Fri Feb 17, 2012 7:28 pm

This an example of using html ins , ins tag is used to mark inserted parts in your text.
Code:


<html>

  <
head>
    <
title>Usage of ins tag</title>
  </
head>
  <
body>

<
h1>Example of deleting and inserting text </h1>
<
p>word1 </del><ins>word2</insword3 <delword4 </del><ins>word5</ins> .</p>
 

  </
body>
</
html>


 




Post a reply
  Related Posts  to : Usage of ins tag
 dd tag usage     -  
 usage of ol tag     -  
 usage of kbd tag     -  
 tt usage example     -  
 Usage of UL tag     -  
 Usage of sub tag     -  
 var tag usage     -  
 Usage of sup tag     -  
 dir tag usage     -  
 Usage of xmp html tag     -