| [ Web Proxy ] |
| Viewing: https://developer.mozilla.org/es/docs/Web/HTML/Reference/Elements/param | [Back] [Original] |
Get to know MDN better
Esta pgina ha sido traducida del ingls por la comunidad. Aprende ms y nete a la comunidad de MDN Web Docs.
Avoid using this feature in new projects. This feature may be a candidate for removal from web standards or browsers.
El elemento HTML <param> define los parmetros para un elemento <object>.
Este elemento incluye los atributos globales.
name Nombre del parmetro.
value Especifica el valor del parmetro.
type Se usa solo si valuetype es ref. Especifica el tipo MIME de los valores encontrados en la URI especificada por el valor.
valuetype Especifica el tipo del atributo value. Los posibles valores son:
data: Valor por defecto. El valor se pasa a la implementacin del objeto como una cadena.ref: El valor es una URI hacia un recurso donde se almacenan los valores en tiempo de ejecucin.object: Un ID de otro <object> que se encuentra en el mismo documento.| Categoras de contenido | Ninguno |
|---|---|
| Contenido permitido | Ninguno; es un elemento vaco. |
| Omisin de etiquetas | Como es un elemento vaco, la etiqueta de apertura debe estar presente y la etiqueta de cierre no. |
| Elementos padre permitidos |
Un <object> antes de cualquier
contenido de flujo.
|
| Roles ARIA implcitos | No corresponde |
| Roles ARIA permitidos | Ningn rol permitido |
| Interfaz DOM | HTMLParamElement |
| Specification |
|---|
| HTML # non-conforming-features |
This page was last modified on 10 abr 2026 by MDN contributors.
<a><abbr>acronym<address><area><article>asideAudiob<base><bdi>bdobigblockquote<body><br>buttoncanvascaption<center>citecodecolcolgroup<data>datalistdddel<details>dfn<dialog>dir<div>dldtemembed<fencedframe>fieldset<figcaption>figurefontfooterformframeframeset<geolocation>Elementos ttulosheadheaderhgroup<hr><html>i<iframe><img>inputinskbd<label>legendlilink<main>map<mark><marquee><menu>meta<meter><nav><nobr><noembed>noframesnoscript<object>ol<optgroup><option><output>p<param><picture><plaintext><pre><progress><q><rb><rp><rt><rtc><ruby>ssamp<script><search><section><select><selectedcontent><slot>small<source>spanstrikestrongstylesub<summary>suptabla<tbody><td><template><textarea><tfoot><th><thead>time<title><tr><track>ttuulvarvideo<wbr><xmp><input type><input type="button"><input type="checkbox"><input type="color"><input type="date"><input type="datetime"><input type="email"><input type="file"><input type="hidden"><input type="image"><input type="month"><input type="number"><input type="password"><input type="radio"><input type="range"><input type="reset"><input type="search"><input type="submit"><input type="tel"><input type="text"><input type="time"><input type="url"><input type="week"><script type>Your blueprint for a better internet.
Portions of this content are 19982026 by individual mozilla.org contributors. Content available under a Creative Commons license.
| Web Proxy Viewer | New URL | Original Page |