If I have no:
nav {
color: red;
}
and use it as <nav>
, i.e.with no class= or style=, does it have any impact on layout and/or style?
Reading it, I assume there is no impact (same for the other Semantic Elements). And of course, marking parts with these then help for accessibility, etc.