Código: Selecionar todos
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<p>Esse texto é preto, exceto pela palavra <span style="color:red">vermelho</span>!</p>
</body>
</html>
Código: Selecionar todos
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<p>Esse texto é preto, exceto pela palavra <span style="color:red">vermelho</span>!</p>
</body>
</html>