PARAGRAPH TAG:-
<html>
<body>
<h1>The pre tag preserves both spaces and line breaks:</h1>
<pre>
My Name is Akash.
My lovely Dog is ashu.
My hobby is playing game.
I like to tag other.
</pre>
</body>
</html>
OUTPUT:-
<html>
<body>
<h1>The pre tag preserves both spaces and line breaks:</h1>
<pre>
My Name is Akash.
My lovely Dog is ashu.
My hobby is playing game.
I like to tag other.
</pre>
</body>
</html>
OUTPUT:-
- The HTML <pre> element defines preformatted text.
- The text inside a <pre> element is displayed in a fixed-width font (usually Courier), and it preserves both spaces and line breaks
No comments:
Post a Comment