Tuesday, December 25, 2018

Paragraph tag.

HTML PARAGRAPH TAG:-

<html>
<body>

<p>This is a paragraph.</p>
<p>This is a paragraph.</p>

</body>
</html>

OUTPUT:-


  • This is a paragraph Tag.
  • Large or small screens, and resized windows will create different results.
  • With HTML, you cannot change the output by adding extra spaces or extra lines in your HTML code.
  • The browser will remove any extra spaces and extra lines when the page is displayed.


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...