Friday, October 17, 2014

Write A Html code to Demonstrate <PRE> tag


Write A Html code to Demonstrate <pre> tag.
Code :pre.html

<html>
<head>
<title>example of PRE tag</title>
</head>
<body text=”purple”>
<pre> using Pre tag 9:00A.M. ROOM-15 9:30A.M. ROOM-18 </pre> without using pre tag 9:00A.M. ROOM-15
9:30A.M. ROOM-18
</body>
</html>


No comments: