Computer Science, asked by mamyaram19, 4 months ago

Write a HTML program to display your name five times with 5 different colours,
set the background colour.​

Answers

Answered by brundag
3

Hope it helps you

Explanation:

You can set the background color in HTML by two ways:-

1. HTML attribute bgcolor=""

ex- <body bgcolor="red">

2. CSS style="backgound-color: your choice"

ex- <body style=backgrond-color: green">

Similar questions