Answer:
I will assume html.
<!DOCTYPE html>
<html>
<head>
<title>Hello World!</title>
<style>
#p {
color: rgb(255,255,0)
}
</style>
</head>
<body>
<p id="p">YELLOW</p>
</body>
</html>
Step-by-step explanation:
4.5m questions
5.8m answers