Horizontal line width.
learn about.
hr line width.
⇒ we can change the default width using width attribute.
#than horizontal code#
<!doctype html>
<html>
<head>
<title>
horizontal line width
</title>
</head>
<body>
first line <hr color="red" size="10" width="100">
second line <hr color="green" size="20" width="30">
third line <hr color="blue" size="20" width="100">
</body>
</html>
Comments