Computer Science, asked by am2scg, 6 months ago

Write the HTML code to get the line with 5 as thickness, length 50% and color as red

Answers

Answered by sprince0507
1

Explanation:

<html>

<head>

 <title>Line</title>

</head>

  <body>

   <hr size=5 width=50%  color="red">

  </body>

</html>

Similar questions