y course is Spanish and I am from Chile, but I get stuck in Part 13, He is asking me to place the word red with <span style = ....
, and I do and I keep saying that surrounds , not what’s wrong help!
here is how I’m doing
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<p>Este texto es negro, ¡excepto por la palabra
<span style="color: Red;">rojo!</span></p>
</body>
</html>
nothing except rojo, they really mean it. No exclamation marks inside the span
for next time, use one of the two following options to make your code/indent is visible:
select your code and press ctrl + shift + c (or cmd + shift + c if you use a mac)
if this instructions are unclear, you can also insert 3 backticks before and after your code, like so:
```
<p>visible</p>
```
the backtick is located above the tab key on your keyboard
Buenas! Soy de Tijuana México, Saludos!
Te equivocaste en la parte de ‘span’
<span style="color:red">Rojo!</span>
Si te fijas en Tu código pusiste adentro de las comillas un ‘punto y coma (;)’, esp No debería estar ahí, el ; se usa mayormente en las hojas .css
SALUDOS!!!