styling is coming soon..


My html learning Journey

Date: 5/12/2024




About < Div >

< div > is a container that groups related content on a web page, such as a sidebar or a navigation menu.

doesn’t add meaning to the content because it’s a non-semantic tag


< 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.

Page Title

Heading 2

Heading 3

Paragraph