There are several ways to add white space and formatting to a web page for readability. The <br> tag adds a line break, the <p> tags add spacing between paragraphs, and   can be used to add blank spaces. The <hr> tag inserts a horizontal rule to separate sections. Comments can be added with <!--comment--> and will not be visible to users. Tags can have attributes like size, width, and alignment to further control formatting.