In a code, if two or more elements have different parents but are on the same level, are they still considered siblings? If not, what is the relationship between them?
<body>
<div>
<h2>About Brown Bears</h2>
</div>
<div>
<h2>Habitat</h2>
</div>
</body>
*Code above is only used as an example