The div tag is used to dived an HTML document in section. In other words, we dived a page into multiple sections. We use div when we need multiple designs on the same page we dived a page using div and then apply style differently. we can dive an HTML page in a large section and format them with a cascading style sheet. The Opening tag <div> is used to start the section and the closing tag </div> is used to indicate the end of the section.
Read more
Comments
Post a Comment