Div tags is the collection of group of tags. If we won’t to specify any paragraph, heading tags. So we can specify inside of div tags. This tags represent the document’s body which keeps other html tags like <h1>,<div>,<p>etc.
<html> <body> <div style="border:1px solid red;padding:20px;font-size20px"> <p> help4code.com </P> </div> </body> </html>O/P
help4code.com