Laravel-From-Scratch-HTML-CSS icon indicating copy to clipboard operation
Laravel-From-Scratch-HTML-CSS copied to clipboard

Invalid HTML file!

Open MasihTak opened this issue 1 year ago • 0 comments

I noticed that your html file is invalid and does not follow the best practices! You have missed some important meta tags that are essential. For example, you should include a tag to specify the character encoding of your document, and a tag to make your website responsive on different devices.

There are many more issue which you can check on w3c markup validation website:

https://validator.w3.org/nu/?doc=https%3A%2F%2Fgithub.com%2Flaracasts%2FLaravel-From-Scratch-HTML-CSS%2Fblob%2Fmain%2Findex.html

MasihTak avatar Jun 15 '23 11:06 MasihTak