Minimum HTML5 markup for a page that validates successfully

Reply to comment

Actually, this is the minimum: <!doctype html> <html> <head> <title></title> </head> </html>