Skip to content

Commit cc2c535

Browse files
Merge pull request #109 from josemoracard/jose1-13-image-with-text
less confunsing phrase 13-image-with-text
2 parents 6c30867 + 8a8320d commit cc2c535

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

exercises/13-image-with-text/README.es.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Ahora, vamos a recrear un ejemplo similar a este:
3333
<td width="X"><img width="X" src="url"/></td>
3434
```
3535

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).
3737

3838
```html
3939
<td valign="X">aquí va el párrafo</td>

exercises/13-image-with-text/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Now, let's recreate an example similar to this:
3737
<td width="X"><img width="X" src="The given image url"/></td>
3838
```
3939

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).
4141

4242
```html
4343
<td valign="X">Here goes the text</td>

0 commit comments

Comments
 (0)