PARAGRAPH:-
<html>
<body>
<p>This is a dynamic paragraph.</p>
<pre>This is static paragraph.</pre>
</body>
</html>
<html>
<body>
<p>This is a dynamic paragraph.</p>
<pre>This is static paragraph.</pre>
</body>
</html>
OUTPUT:-
- Paragraphs are defined with the
<p>
tag: - Paragraphs are defined with the
<pre>
tag:
No comments:
Post a Comment