Search This Blog

HTML PRE Preserve Formatting Tag Example

HTML PRE Preserve Formatting Tag Example :
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<center>
<h2> Preserve Formatting Example </h2>
<pre>
<p> Using Preserve Formatting Tag contents will show the way you want in your webpages....
<br/>
like if i want to give a wide space like here         i have given it will show the exact space i have given between the lines</p>
</pre>
</center>
</body>
</html>

OUTPUT
HTML PRE Preserve Formatting Tag Example

No comments:

Post a Comment