I been reading up about semantic coding with html, including <article>, <nav>, etc. My Magento shopping cart doesn't use html but was built using peer elements, I believe. Still, are there any tools online that will go through my site and try to see if it understands my coding and can make sense of it.
For instance, my source code says <div class="main container"> which I believe is the same as <main> but I would like to know that my site is properly structured and each part of it is formatted the right way to signify the navigation area, the header area, etc.
Looking for some suggestions.