Horje
How to create HTML Spaces and Equal Signs

HTML allows spaces around equal signs. But space-less is easier to read and groups entities better together.


 <link rel="stylesheet" href="styles.css"> 

Bad:

 <link rel = "stylesheet" href = "styles.css"> 





Category:
Web Tutorial
Sub Category:
HTML Style Guide
Uploaded by:
Admin


Read Article
https://develop.horje.com/learn/1434/reference