D
Deleted member 1184445
Guest
Back in the days it was pretty standard to use <div> everywhere, so instead of <header> we'd just throw <div class="header">. I'm concerned about the search engines ability to properly understand the content of a <div> (as it's non-semantic) when I use it instead of <p> for paragraphs. Any insights how these things are going as of 2020? Thanks in advance.