Computer Science, asked by psujeet70, 5 months ago

Write an HTML code to display a Horizontal line of size 20 and in blue color on the webpage.​

Answers

Answered by mujtabaansari170
1

Answer:

<hr size =20 color= blue> this is the answer hope it is helpful

Answered by msshr
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