|
Create the HTML coding for the webpage output::? -
December 12th, 2007
<html>
<body>
<p>
Computer<br>is<br>fun
</p>
</body>
</html>
------guys, I need the exact look of the webpage with the tags-------
URGENTLY NEEDED
guys, you don't get it!
just exact webpage....
you see, if you'll type that, the output would become:
Computer
is
fun.
But what I need for output is:
<html>
<body>
<p>
Computer<br>is<br>fun.
</p>
</body>
</html>
-------I need the exact image of the output... with <html> and <body>-----
|