- 2
I tried changing the color of my text but it didn't work 😔
4 Respostas
+ 3
Please link your code and tag the relevant programming language.
Without that information we have know idea what you tried...
0
Okay, done
0
text
0
<!DOCTYPE html>
<html>
<head>
<title>Exercise 2</title>
</head>
<body>
<h1 title="Important Message!" style="colour:green">hello,world!</h1>
</body>
</html>