Computer Science, asked by RajaniKumar, 5 months ago

write a html programme using background color orange use of all heading tags with different font color and also use marquee in h1,h3 and h6 please solve with explanation​

Answers

Answered by priyanshu0102
1

Answer:

i tell

Explanation:

h1 {

h1 {background-color: orange;

h1 {background-color: orange;}

for marquee you need to put the h1,h3,h6 in Between <marquee> and </marquee>

example

<marquee>

<h1> example h1 </h1>

<h3> example h3 </h3>

<h6> example h6 </h6>

Similar questions