styling is coming soon..
Date: 5/12/2024
< div > is a container that groups related content on a web page, such as a sidebar or a navigation menu.
< div > doesn't add any visual effect unless you add a style to it. It’s often used by web developers to group and style HTML elements.
The style in a < div > container will apply to all its nested elements unless you give them their own.
Paragraph