blondie53185
Member
Posted 1 year ago #
Hi! I know that I have some errors in my website - eZone Virtual Services and would like to have them pointed out. The first one is that in the html file, (which I'm not sure that I know where it resides), there is no !DOCTYPE called out - it only says HTML, therefore, I am really not able to use a validator.
I also would like input regarding the design, layout, etc.
Thank you very much!
Janet
SpaceDogDeveloper
Member
Posted 1 year ago #
You can use the w3c validator for your site. the <!doctype html> is the document type specification for HTML5, meaning you no longer need to declare explicit document types for html pages.
blondie53185
Member
Posted 12 months ago #
Thanks for the tip, SpaceDog! I have chosen the HTML5 at W3C and no longer receive that error.