Wed Feb 15, 2012 9:36 pm
<html>
<head>
<title>change the width of HR tag</title>
<style type="text/css">
hr.hr1 {
background-color: red;
width: 100px;
height: 12px;
}
hr.hr2 {
background-color: red;
width: 400px;
height: 5px;
}
</style>
</head>
<body>
<hr class="hr1" />
<p>Changing the hr width using css</p>
<hr class="hr2" />
</body>
</html>
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.