diff options
Diffstat (limited to 'files/es/learn/html')
-rw-r--r-- | files/es/learn/html/howto/index.html | 2 | ||||
-rw-r--r-- | files/es/learn/html/multimedia_and_embedding/responsive_images/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/files/es/learn/html/howto/index.html b/files/es/learn/html/howto/index.html index 4717432b11..24ec51663c 100644 --- a/files/es/learn/html/howto/index.html +++ b/files/es/learn/html/howto/index.html @@ -139,4 +139,4 @@ original_slug: Learn/HTML/como </div> </div> -<p><span style="display: none;"> </span><span style="display: none;"> </span><span style="display: none;"> </span><span style="display: none;"> </span> </p> +<p><span class="hidden"> </span><span class="hidden"> </span><span class="hidden"> </span><span class="hidden"> </span> </p> diff --git a/files/es/learn/html/multimedia_and_embedding/responsive_images/index.html b/files/es/learn/html/multimedia_and_embedding/responsive_images/index.html index daa97085e9..ef66e0fd14 100644 --- a/files/es/learn/html/multimedia_and_embedding/responsive_images/index.html +++ b/files/es/learn/html/multimedia_and_embedding/responsive_images/index.html @@ -20,7 +20,7 @@ translation_of: Learn/HTML/Multimedia_and_embedding/Responsive_images <td>Deberías tener un conocimiento <a href="/en-US/docs/Learn/HTML/Introduction_to_HTML">básico de HTML</a> y cómo <a href="/en-US/docs/Learn/HTML/Multimedia_and_embedding/Images_in_HTML">agregar imágenes estáticas a un sitio web</a>.</td> </tr> <tr> - <th scope="row"><span style="display: none;"> </span>Objetivo:<span style="display: none;"> </span></th> + <th scope="row"><span class="hidden"> </span>Objetivo:<span class="hidden"> </span></th> <td>Aprende a usar características como {{htmlattrxref("srcset", "img")}} y el elemento {{htmlelement("picture")}} para implementar soluciones de imágenes adaptables a sitios web.</td> </tr> </tbody> |