Write the HTML code to get the line with 5 as thickness, length 50% and color as red
Answers
Answered by
1
Explanation:
<html>
<head>
<title>Line</title>
</head>
<body>
<hr size=5 width=50% color="red">
</body>
</html>
Similar questions