<div> (Line break) : This Tag is used to group a set of objects and apply styles to entire group.
<html>
<head>
</head>
<body>
Example-3: <div> Using inline CSS (it will start from next line)
<html>
<head>
</head>
<body>
<div id="header">
<hr/>
<h2> Designed by: <div style="color:red">Ganesh M</div></h2>
<h2> Designed by: <div style="color:red">Ganesh M</div></h2>
<hr/>
</div>
</body>
</html>
o/p:-------------------------------------------------------------
_______________________________
Designed by:
Ganesh M
_______________________________
</body>
</html>
o/p:-------------------------------------------------------------
_______________________________
Designed by:
Ganesh M
_______________________________
No comments:
Post a Comment