While you can use the <div> as a parent element on your page to group related content it is not recommend because of the limited semantic meaning.
<h3>What are Semantic Elements?</h3>
To the developer and the browser, a semantic element makes obvious what it means.
Non-semantic elements include things like span and div, which don't convey any information about their contents.
'form', 'table', and 'article' are examples of semantic components. These elements explicitly define the content of the page.
<h3>What is HTML structure?</h3>
There are primarily two sections in an HTML document: The HEAD section of an HTML document provides its metadata. The page's title, HTML version, meta data, etc., are a few examples. Everything you want to be displayed on the web page is in the BODY.
To know more about HTML Structure visit:
brainly.com/question/14152823
#SPJ4