Home » Blog » Use Of Div Tag

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

Tags:

Leave a Reply

Your email address will not be published.