8. Illustrate the horizontal rulers in your page.
8. Illustrate the horizontal rulers in your page.
program:-
<!doctype html>
<html>
<body bgcolor="red">
<font color="blue">
<h1> horizontal rule</h1>
<h2>1.align</h1>
<h3>2.noshade </h3>
<h4>3.size</h4>
<h5>4.width</h5>
<h6>5.color</h6>
<hr align="center">hi this is kalyan <br>
3 year bsc(mpcs)
<hr align="center" size="200%" width="100%" noshade="noshade" color="green">
</head>
</html>
output:-
program:-
<!doctype html>
<html>
<body bgcolor="red">
<font color="blue">
<h1> horizontal rule</h1>
<h2>1.align</h1>
<h3>2.noshade </h3>
<h4>3.size</h4>
<h5>4.width</h5>
<h6>5.color</h6>
<hr align="center">hi this is kalyan <br>
3 year bsc(mpcs)
<hr align="center" size="200%" width="100%" noshade="noshade" color="green">
</head>
</html>
output:-
Comments
Post a Comment