Now we will use the <br/> tag. Open the html file and type a <br/> tag after the first sentence. Save the file and go to view it as a webpage. You will see that the sentences are now on separate lines as illustrated.
Now we will create a double space between the sentences by adding a second <br/> tag to the html code as illustrated. Save the file and view it in the web browser. You should now see a line space between the sentences as shown.
In summary, you can use the <br/> tag in your html document when you want to separate writing or content on different lines.
To create a double space for website content, you can use two br-tags like such: <br/><br/>.
Always remember to save your html document after each change and refresh your browser to see the new changes.
Bye for now! Subscribe to all our social media so that you don’t miss out on learning.