HTML Tutorial#3- Line Break ,Space & Comments(Language- English)

  • 6 years ago
HTML Tutorial#3- Line Break ,Space & Comments

in this video we are going to talk about Extra Spaces, Line break and Comments in HTML Document


Note

Browser can recognize only single line break it doesn't recognize to multiple spaces between lines so to create extra line breaks we use br tag

as browser recognize only single line break in this browser recognize only one space between words by default but to create extra space you can use special character code of html which  

if we write the notes or comments about the html document , tags etc in the html document , all these extra notes or comments would be display on the browser display so hide your comments or notes you can use comments tag

Recommended