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
5
HTML CODE
<html>
<body bgcolor="cyan">
<hr width="25%" color="green">
HR TAG
<hr width="25%" color="green">
</body>
</html>
Output
Similar questions