Most Often Made CSS Mistakes
Not closing a div or adding unnecessary closing div Leaving out the ending semi colon or misplacing semi colon. Eg. .ml {float:left }; instead of .ml {float:left; } Not including “#” on color attributes.Eg: color:efefef instead of color:#efefef Typing id and class name differently in CSS file and HTML file.. […]