Does each browser have their own CSS for each HTML element and sometimes browsers can have the same CSS for the same HTML elements? Does each browser have the freedom to pick what type of CSS to do for default rendering for HTML elements?
Asked
Active
Viewed 60 times
1
-
related: https://stackoverflow.com/q/54749741/8620333 – Temani Afif Jan 12 '21 at 08:10
1 Answers
0
Yes, Every browser has their own default styling. you can check chrome's default styling here: https://source.chromium.org/chromium/chromium/src/+/master:third_party/blink/renderer/core/html/resources/html.css

Ramrachai Marma
- 1
- 1