Switch to full style
HTML code examples
Post a reply

usage of plaintext tag

Thu Feb 23, 2012 10:06 pm

Following example show the usage of plaintext tag which allows to disable the affect of HTML tags and show them as text.
Code:
<html>
<
head>
<
title>usage of plaintext</title>
</
head>
<
body>
     <p>
      In this example we use plaintext tag to disable the affect of html tags 
      and show them as normal text
.
     </p>
    <p>
        <plaintext>
            Following link will appear as plain text not a link.
           <a href="http://www.codemiles.com" >Your Link</a>
        </plaintext>
    </p>
</
body>
</
html>
 




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

Topic Tags

HTML Paragraph