Create a HTML page that must satisfy the following requirements:
1. Document Validates as XHTML 1.0 Strict.
2. The page is titled with the student's name.
3. All of the following tags are used: p, b, i, hr
4. 3 of the following tags are used: h1, h2, h3, h4, h5, h6, br
5. Code Comments are used to identify the location of Rubric Objectives.
6. Code Formatting is used to increase the readability of the HTML code.
After creating the page, please explain to me how do I validate it.