I am testing a class that takes 1 string and generates an HTML page around that string.
So I pass it the string Math and it returns to me a whole HTML page as a string containing that Word and with matching <td></td> a header <h3></h3> and a form.
How do I validate this as a valid HTML code?