Advertisement
abhijit5893

HTML Formatting tags Part 2

Jul 13th, 2012
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.32 KB | None | 0 0
  1. <html>
  2. <body>
  3.  
  4. <p><tt>This text is Tele type</tt></p>
  5. <p>This text is <samp>sample output(Hello world!!)</samp></p>
  6. <p>This text is <var>variable(width)</var></p>
  7. <p>This text is <kbd>keyboard text(youremail)</kbd></p>
  8. <p>This is <code> code(var x=3)</code></p>
  9. <p>This is <pre>  pre formatted</pre></p>
  10.  
  11. </body>
  12. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement