Computer Science, asked by sanamss153, 3 months ago

heading color should be green in heading "happy days" in html​

Answers

Answered by jai696
2

\large\mathsf\color{pink}{Solution\: using\: HTML\: 5}

<!DOCTYPE html><html> <head> <style type="text/css" media="all"> h1 { color: green; } </style> </head> <body> <h1>happy days</h1> </body></html>

\large\mathsf\color{lightgreen}useful?\: \color{white}\longrightarrow\: \color{orange}brainliest!

Similar questions
Math, 1 month ago