+ 1
div class
what is the meaning of divclass section
2 Respostas
+ 3
The real meaning of the div tag is division. <div> tag means dividing the html in sections.
The class(it is an attribute) is used as an identification for the tags which gives them the properties such as height, width and etc.
The <section> tag defines sections in a document, such as chapters, headers, footers, or any other sections of the document.
+ 3
<style>
.newdiv{
****
****
*****
}
</style>
<body class="newdiv">
</body>