He minimizado el código dejando sólo la propia imagen para descartar el resto del código y sigue echándomelo atrás. El código es tan simple como lo siguiente:
Código:
¡Y no valida! Este es el error que me muestra:<!DOCTYPE html> <html> <head> <title>Whatever</title> <meta charset="utf-8"> </head> <body> <img src="img/mediterranean1.png" alt="cam" width="100px"> </body> </html>
Error: Bad value 100px for attribute width on element img: Expected a digit but saw p instead.
From line 9, column 3; to line 9, column 60
<body>↩ <img src="img/mediterranean1.png" alt="cam" width="100px">↩ </bo
Syntax of non-negative integer:
One or more digits (0–9). For example: 42 and 0 are valid, but -273 is not.
¿Hay alguien que me pueda decir cuál es el problema? Porque soy incapaz de verlo...
Gracias