laracasts / Laravel-From-Scratch-HTML-CSS

The HTML and CSS for the blog design for Laravel From Scratch
https://laracasts.com/series/html-and-css-workshop
191 stars 111 forks source link

Invalid HTML file! #1

Open MasihTak opened 1 year ago

MasihTak commented 1 year ago

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