diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:46:51 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:46:51 +0100 |
commit | 8a5554c6fae83e92b10c8dbe5b82108cb44fad6c (patch) | |
tree | 616af8137d0e678ad2f9d515b7b68dc1b9738fca /files/es/web/html/element/source/index.html | |
parent | a55b575e8089ee6cab7c5c262a7e6db55d0e34d6 (diff) | |
download | translated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.tar.gz translated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.tar.bz2 translated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.zip |
unslug es: modify
Diffstat (limited to 'files/es/web/html/element/source/index.html')
-rw-r--r-- | files/es/web/html/element/source/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/files/es/web/html/element/source/index.html b/files/es/web/html/element/source/index.html index c116ef3464..71833ec7f8 100644 --- a/files/es/web/html/element/source/index.html +++ b/files/es/web/html/element/source/index.html @@ -1,6 +1,6 @@ --- title: <source> -slug: Web/HTML/Elemento/source +slug: Web/HTML/Element/source tags: - Elemento - HTML @@ -8,6 +8,7 @@ tags: - Referencia - Web translation_of: Web/HTML/Element/source +original_slug: Web/HTML/Elemento/source --- <p>El <strong>elemento HTML <code><source></code> </strong> especifica recursos de medios mĂșltiples para los elementos {{HTMLElement("picture")}}, {{HTMLElement("audio")}}, o {{HTMLElement("video")}}. Es un elemento vacĂo. Normalmente se utiliza para servir el mismo contenido multimedia en <a href="/en-US/docs/Media_formats_supported_by_the_audio_and_video_elements">varios formatos soportados por diferentes navegadores</a>.</p> |