I was just curious if the css reset we use is just the beginner tool or does it is really used in the industry or somewhere.
I was making a project and the requirement are just to write with html css and javascript no frameworks or libraries. So I was thinking should i use reset or not.
>Solution :
Yes, we do use reset CSS, so that we don’t need to worry about how tags work by default in different browsers. I mostly use Bootstrap, but still I add reset CSS and I am doing this since I have been working professionally.
Also this is how I have been trained and all my mentors use it. There may be others with exceptions.