How to add a paragraph in HTML?
Answers
<body>
<p> Your paragraph </p>
</body>
</html>
Adding Paragraph in HTML
HTML is a computer programming language used for creating websites and apps. Every website on the internet is made up of HTML. Because of HTML, Any browser can display us Page format.
CSS and Javascript are also one of the most important part of any webpage. There is a HTML, javascript, CSS on any webpage on internet.
CSS is the design and formatting of the page. while, Javascript is the backgroud code.
Here is how can you add paragraph in HTML:
<html>
<body>
<p> Write your paragraph here. Browser will display this written codes. You will have to use < p > at starting of Paragraph. And < P / > at the end. </p>
</body>
</html>
After writing this codes, Browser will automatically display your paragraph. You will have to save your code by (name here.html) .html