Tuesday, 2 August 2022

16 - How to divide a page into sections in HTML?

Divisions/Sections In HTML 

The <div> tag defines a division or a section in an HTML document. It is used to group block-elements to format them with styles and is often used together with CSS to layout a web page. For example, you might create a <div> element to group header objects (such as logo and navigation links), a second one to group main content of the page, and the last one to group footer objects (links or copyright text). The code &copy displays the copyright symbol © while “id” attribute references css rules to style a single element. 



 

Learn the HTML5 language in this tutorial series. These tutorials are designed for new programmers to provide them thorough knowledge of full stack web development.

Watch Full Playlist Here

Watch Complete One Video Here

Stop Reading About AI, Start Building It. Your Launchpad is Ready.

For 35 years in the IT industry, and across 22 books, I’ve seen countless technologies change the game. But nothing is more hyped—or more co...