Write an HTML code to display a Horizontal line of size 20 and in blue color on the webpage.
Answers
Answered by
2
Answer:
Following is the code to show the horizontal line red color :
<html>
<head>
<title>My Basic Question</title>
</head>
<body>
</br>
<hr color="red"></hr>
</body>
</html>
Similar questions