show-notice
hide-notice

Friday 9 August 2013

HTML pre Tag


Introduction:

The HTML pre tag is used for indicating preformatted text. The code tag surrounds the code being marked up.Browsers normally render pre text in a fixed-pitched font, with whitespace in tact, and without word wrap.

Example:
<html>
<head>
<title>HTML pre Tag</title>
</head>
<body>
<pre>This text has
been formatted using
   the HTML pre tag. The brower should
      display all white space
as it was entered.
</pre>
</body>
</html>

SHARE THIS POST   

0 comments :

Post a Comment

Design by Gohilinfotech | www.gohilinfotech.blogspot.com