Computer Science, asked by sahusasmita643, 5 hours ago

write an HTML coding to display background color as purple and text color yellow. use color coding for the HTML .
please give correct answer don't write sorry I don't know this answer . ​

Answers

Answered by vaishnavichaurasia89
0

Answer:

<h1 style="background-color:#800080;color:#FFFF00"> Your Text Here </h1>

Explanation:

<html>

<head>

<title> Webpage </head>

</head>

<body>

<h1 style="background-color:#800080;color:#FFFF00"> Your Text Here </h1>

</body>  

</html>

Similar questions