You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exercises/13-image-with-text/README.es.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Ahora, vamos a recrear un ejemplo similar a este:
33
33
<tdwidth="X"><imgwidth="X"src="url"/></td>
34
34
```
35
35
36
-
4. La segunda columna (`<td>`), contiene el párrafo junto con el atributo `valign="top"` (este sirve para mover el texto a la parte superior de la celda y también agregar texto dentro).
36
+
4. La segunda columna (`<td>`), contiene el párrafo junto con el atributo `valign="top"` (este sirve para mover el texto a la parte superior de la celda).
Copy file name to clipboardExpand all lines: exercises/13-image-with-text/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Now, let's recreate an example similar to this:
37
37
<tdwidth="X"><imgwidth="X"src="The given image url"/></td>
38
38
```
39
39
40
-
4. The second column (`<td>`), contains the paragraph along with the `valign = "top"` attribute (this is used to move the text to the top of the cell and also add text inside).
40
+
4. The second column (`<td>`), contains the paragraph along with the `valign = "top"` attribute (this is used to move the text to the top of the cell).
0 commit comments