-->

HTML with pre tag

Let's have following example to understand about pre tag.
-------------------------------------------------------------------------------------------------------------------------
<html>
<head>
<title>
pre tags
</title>
</head>
<body>
<pre>
WE
are
learning 
HTML.
</pre>
</body>
</html>

 

No comments:

Post a Comment