How to add a paragraph in html
All our channel videos : https://bit.ly/338tOlG
Subscribe to our channel
https://bit.ly/2S5g5pv
Contact us in telegram
Link : t.me/e3schools_tamil
Full Playlist
DBMS : https://bit.ly/3mQjEyd
Bootstrap : https://bit.ly/3mPtW1o
Php : https://bit.ly/332hu6M
Android : https://bit.ly/2SgrrY9
Html : https://bit.ly/33Wqs4s
Python : https://bit.ly/2RZXwTI
C Programming : https://bit.ly/30bn7O5
MySql : https://bit.ly/309TIny
C++ : https://bit.ly/3mXxK0M
Java : https://bit.ly/347ayVj
Java Contest Programs : https://bit.ly/3cyhPkL
#android #tutorial #e3schools
A paragraph is an important thing when it comes to text content. It cannot be bulletins alone or it cannot be a raw text content which will make a hesitation for the user. A big text content may be divided into many paragraphs. A html paragraph will start with p tag and end with slash p tag. Any text in between this p tag will be considered as a single paragraph by the browser engine.For a paragraph in html the first line starting a few spaces towards right we can use non breaking space that is also explained in the video. Br tag can be used to give a new line in html.