•HTML file documents are composed of text characters and white space.
•White space is the blanks, tabs, and newlines.
•HTML treats each
occurrence of white space as a single
blank.
•Use white space to make your HTML document more readable.
•The symbol
makes a space
•The tag <br/>
makes a newline.
•