Computer Science, asked by yashchauhan3916, 1 year ago

HTML codes to display horizontal line of green colour and awidth of25%
Body tag to display the text in cyan colour background.

Answers

Answered by eswarvts
5

HTML CODE

<html>

<body bgcolor="cyan">

<hr width="25%" color="green">

HR TAG

<hr width="25%" color="green">

</body>

</html>

Output

</p><p>&lt;body bgcolor="cyan"&gt;</p><p>&lt;hr width="25%" color="green"&gt;</p><p>HR TAG</p><p>&lt;hr width="25%" color="green"&gt;</p><p>&lt;/body&gt;</p><p>

Similar questions