Thursday 6 June 2013

Show HTML Code On Html Page

Here is Xmp Tag which is useful to show html code in browser

<xmp>
<div>
         show sentence with html tag 
</div>
<table width="100px">
 <tr>
     <td>
           demo
     </td>
</tr>
</table>
</xmp>

No comments:

Post a Comment