how to remove default styling of a tag

Solutions on MaxInterview for how to remove default styling of a tag by the best coders in the world

showing results for - "how to remove default styling of a tag"
Jonas
14 Sep 2019
1        a {
2            all: unset;
3        }