Thursday, August 25, 2011

HTML poetry format .

How you can preformatted and should be displayed in a particular way and shape without any reformatting by the browser ?
ans- BY using PRE tag .
 for eg -:
<html>
<head>
  <title>Preformatted Text Example</title>
</head>

<body bgcolor="#FFFFFF">

<pre>
my name is 
       manu singh.
           I am computer
      engineer . and
           I am work on
         html
tutorial.
</pre>

</body>
</html>


OUTPUT-How you can preformatted and should be displayed in a particular way and shape without any reformatting by the browser ? ans- BY using PRE tag . for eg -: Preformatted Text Example
my name is 
       manu singh.
           I am computer
      engineer . and
           I am work on
         html
tutorial.

No comments:

Post a Comment