Write an HTML code to display a Horizontal line of size 20 and in blue color on the webpage.
Answers
Answered by
1
Answer:
<hr size =20 color= blue> this is the answer hope it is helpful
Answered by
1
Answer:
mark me as a brainlist and follow me
Explanation:
edit
play_arrow
brightness_4
<!DOCTYPE html>
<html>
<head>
<title>
HTML hr color Attribute
</title>
</head>
<body style="text-align:center;">
<h1>GeeksforGeeks</h1>
<h2> Hr color attribute</h2>
<hr width="500px;" color="red"
size="10">
<p>Computer science portal</p>
<hr width="70%"
size="20" color="blue"
noshade>
</body>
</html>
Similar questions
Chemistry,
3 months ago
English,
3 months ago
Hindi,
8 months ago
Computer Science,
1 year ago
English,
1 year ago