Tuesday, December 25, 2018

Paragraph.

PARAGRAPH:-

<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

Internal Javascripts

Internal Javascripts :    The script code can be written directly into the HTML document. script code is placed in header of the docume...