Search

HTML Paragraph

HTML paragraph we are defined with the <p> tag:

— The output of the above example will look something like this:-

 This example is pre formatted Tad The text in this block has fixed font style and font size, and also keeps line breaks, spaces, etc. 

<pre> tag 

The html <pre> tag is used to specify pre formatted text This tag is also commonly referred to as the <pre> element.

<body> <pre> This example is pre formatted Tad The text in this block has fixed font style and font size, and also keeps line breaks, spaces, etc. </pre> </body>

— The output of the above example will look something like this:-

 This example is pre formatted Tad The text in this block has fixed font style and font size, and also keeps line breaks, spaces, etc. 

<br> tag

The HTML <br> tag is used. which represents a line break in an HTML document.

<body> This example is without break line tag Exapmle :- we would like to assist you and are waiting for you to leave us a line of your query This example is use break line tag Exapmle :- we would like to assist you and are waiting for <br> you to leave us a line of your query. </body>

— The output of the above example will look something like this:-

Stack Overlode is optimized Tutorials and examples for learning and training. Examples might be simplified to improve reading and learning and understand. Tutorials and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content. While using Stack Overlode, you agree to have read and accepted our terms of use, cookie and privacy policy.