Skip to main content

Define Line Break In HTML Tag

Define Line Break In HTML Tag

Guys, In this Tutorials we are going to define Line Break in HTML Tag. So Guys, In Define An Line Break we are using <br /> Tag.

So Guys , If you feel that this tutorials help you in anyways, you can support us to create or writing more contents by donating here , I have put the link in description below....


For PayTm : +918518013539

For PayPal Account : https://www.paypal.me/bschandel

For PayPal Email : balwantchandel007@gmail.com

Copy And Paste (Base Code)

index.html (Base Code)

<html> <!-- Opening Tags -->
<head>
 <title>Welcome to my Static Websites</title><!-- Define Title -->
</head>
<body> <!-- Body Openning -->
  <h1 align='center'>Welcome to my First Web Page</h1><!-- Define heading -->

<p> Here Is <br />First Line Break Tag</p>
<p> <br /> Here Is Second <br />Line Break Tag</p>

</body><!-- Body Closing -->
</html><!-- Closing Tags -->


So Guys , If you feel that this tutorials help you in anyways, you can support us to create or writing more contents by donating here , I have put the link in description below....


For PayTm : +918518013539

For PayPal Account : https://www.paypal.me/bschandel

For PayPal Email : balwantchandel007@gmail.com 

Comments