31
Is there a browser compatibility checker for websites?
(lemmy.world)
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Community icon from opensource.org, but we are not affiliated with them.
Most browser compatibility issues come from JavaScript, not HTML/CSS. Unless you want to support ancient/dead browsers (like Internet Explorer or non-HTML5 browsers), it's very likely there won't be any issues.
MDN has a compatibility table for every HTML tag and CSS property. For a simple static site I would just manually check there.