File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
exercises/04.3-id-Selector Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ También puedes seleccionar un elemento por su `#id` y aplicarle estilos.
12
12
13
13
Usa la propiedad ` id ` del elemento HTML para seleccionarlo. Los ` id ` deben ser únicos, solo un elemento puede tener la misma ` id ` .
14
14
15
- * La etiqueta HTML con ` id="my_number_one " ` tendrá un font-size de ` 9px ` .*
15
+ * La etiqueta HTML con ` id="small " ` tendrá un font-size de ` 9px ` .*
16
16
17
17
## 📝 Instrucciones:
18
18
19
- Añade el id ` button1 ` a la etiqueta ` <span> ` y compila para ver el resultado en la consola.
19
+ 1 . Añade el id ` button1 ` a la etiqueta ` <span> ` y compila para ver el resultado en la consola.
20
20
21
21
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ You can also select an element by `#id` and apply stiles to it.
16
16
17
17
Use the ` id ` property of the HTML element to select it. ` Ids ` should be unique, only one element must have the same ìd`.
18
18
19
- * The html tag with the ` id="my_number_one " ` will have a font-size of ` 9px ` .*
19
+ * The html tag with the ` id="small " ` will have a font-size of ` 9px ` .*
20
20
21
21
## 📝 Instructions:
22
22
23
- Add the id ` button1 ` on to the ` <span> ` tag and compile to check the result on the console.
23
+ 1 . Add the id ` button1 ` on to the ` <span> ` tag and compile to check the result on the console.
You can’t perform that action at this time.
0 commit comments