Use Of Div Tag

<div> tag is used to create the container in webpage. It will used to design some portion of webpage. <html> <head> <title>Content</title> </head> <body bgcolor=”brown”> <div style=”background-color:grey;color:white;font-size:25px” align=”center”> <p>Different Types Of Functions Are Displayed Here…</p> <p>Content Display Here</p></h1> </div> </body> </html> OutPut