Hello, I am taking an HTML class, but believe I know enough to say there is something wrong with the validator. Attached is the most basic html file I could imagine. There is the skeleton with charset defined and hello in the body (i’ll copy it below in case opening attachments isn’t allowed). Still this error persists! "Fatal Error: Empty document, with no root element” Am I missing something or is it the validator? Thanks, Garrett Sutherland <!DOCTYPE html> <html> <head> <title>Page Title</title> <meta charset="UTF 8" /> </head> <body> hello </body> </html>
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 22:59:51 UTC