All / Hixie, 2 short questions:
Is the following a valid HTML document? <!DOCTYPE html> <title>Example</title> <h1>Document</h1> <p>With some text, and this example stops here.In addition could somebody confirm if the only 'required' element of an HTML document is the <title>; as in is the following the absolute minimum needed to be classed as a valid HTML document:
<!DOCTYPE html> <title>Tiny</title> Many Regards and thanks in advance, Nathan
