Switch to full style
HTML code examples
Post a reply

del html tag usage

Tue Dec 20, 2011 3:43 pm

Del tag is used to mark text parts as deleted .
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<
html xmlns = "http://www.w3.org/1999/xhtml">

   <head>
   <title>
    del  tag usage example
   
</title>
   </head>
   <body>
      <del>old version of our product.</del>  
   
</body>
</
html>

   




Post a reply
  Related Posts  to : del html tag usage
 Usage of xmp html tag     -  
 dfn html tag usage     -  
 usage of <q> and <blockquote> to add quotes to your HTML     -  
 Usage of ins tag     -  
 usage of kbd tag     -  
 usage of ol tag     -  
 tt usage example     -  
 dd tag usage     -  
 Usage of UL tag     -  
 Usage of sub tag     -