seodon.ru — Применение тега PARAM

HTML Tag

Set the «autoplay» parameter to «true», so the sound will start playing as soon as the page loads:

Definition and Usage

The tag is used to define parameters for an element.

Browser Support

The tag is supported in all major browsers. However, the file format defined in may not be supported in all browsers.

Element
Yes Yes Yes Yes Yes

Attributes

Attribute Value Description
name name Specifies the name of a parameter
value value Specifies the value of the parameter

Global Attributes

Event Attributes

Default CSS Settings

Most browsers will display the element with the following default values:

Unlock Full Access 50% off

COLOR PICKER

colorpicker

Join our Bootcamp!

Report Error

If you want to report an error, or if you want to make a suggestion, do not hesitate to send us an e-mail:

Thank You For Helping Us!

Your message has been sent to W3Schools.

Top Tutorials
Top References
Top Examples
Get Certified

W3Schools is optimized for learning and training. Examples might be simplified to improve reading and learning. Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content. While using W3Schools, you agree to have read and accepted our terms of use, cookie and privacy policy.

Источник

Атрибут valuetype

Атрибут / параметр valuetype (от англ. «value type» ‒ «тип значения») определяет тип значения « value » атрибута (то есть принцип интерпритации значения).

Поддержка браузерами

Спецификация

Верс. Раздел
HTML
2.0
3.2 APPLET (Java Applets)
4.01 13.3.2 Object initialization: the PARAM element
valuetype = data|ref.
DTD: Transitional Strict Frameset
5.0 4.7.5 The param element
5.1 4.7.9. The param element
XHTML
1.0 Extensible HyperText Markup Language
DTD: Transitional Strict Frameset
1.1 Extensible HyperText Markup Language

Значения

data Значение, указанное в атрибуте « value » является строкой. ref Значение, указанное в атрибуте « value » является URI-адресом обозначающим ресурс, где хранятся значения времени выполнения. object Значение, указанное в атрибуте « value » является идентификатором, который относится/ссылается к объявлению object в том же документе. Идентификатор должен быть значением « id » атрибута для объявленного object элемента.

Источник

Html param value type

Тег применяется для передачи объекту дополнительных параметров, которые могут ему потребоваться для выполнения. Передача параметров происходит следующим образом. Сначала браузер создает пары имя=значение , используя значения атрибутов name и value тегов , а затем передает эти данные объекту. Если объект понимает получаемые данные, то он их использует по назначению, если же нет — игнорирует. Некоторые объекты используют только параметры заданные в name .

Атрибуты

  • accesskey — устанавливает клавишу быстрого доступа для фокусировки на HTML-элементе.
  • class — задает имя класса или классов тега, используемых в CSS (Каскадные таблицы стилей).
  • dir — указывает направление текста внутри элемента.
  • id — задает имя идентификатора HTML-тега, который может использоваться в качестве «якоря» или в таблицах стилей.
  • lang — указывает язык, на котором написан текст внутри HTML-элемента.
  • style — необходим для применения встроенных стилей CSS к тегу.
  • tabindex — устанавливает порядок табуляции между элементами (клавиша Tab ).
  • title — выводит всплывающую подсказку при наведении курсора мыши на HTML-элемент.

Тип тега

Модель тега: может располагаться в любом количестве внутри или , но обязательно в начале этих элементов.

Может содержать: данный элемент является пустым/Empty.

Открывающий тег: необходим. Закрывающий тег: запрещен.

Синтаксис

Пример HTML: применение тега PARAM

       

Поддержка версиями HTML

Поддержка браузерами

Браузер: Internet Explorer Google Chrome Mozilla Firefox Opera Safari
Версия: 6.0 и выше 2.0 и выше 2.0 и выше 9.2 и выше 3.1 и выше
Поддержка: Да Да Да Да Да

Источник

: The Object Parameter element

Deprecated: This feature is no longer recommended. Though some browsers might still support it, it may have already been removed from the relevant web standards, may be in the process of being dropped, or may only be kept for compatibility purposes. Avoid using it, and update existing code if possible; see the compatibility table at the bottom of this page to guide your decision. Be aware that this feature may cease to work at any time.

The HTML element defines parameters for an element.

Attributes

This element includes the global attributes.

Specifies the value of the parameter.

Only used if the valuetype is set to ref . Specifies the MIME type of values found at the URI specified by value.

Specifies the type of the value attribute. Possible values are:

  • data : Default value. The value is passed to the object’s implementation as a string.
  • ref : The value is a URI to a resource where run-time values are stored.
  • object : An ID of another in the same document.

Technical summary

Content categories None.
Permitted content None; it is a void element.
Tag omission As it is a void element, the start tag must be present and the end tag must not be present.
Permitted parents An before any flow content.
Implicit ARIA role No corresponding role
Permitted ARIA roles No role permitted
DOM interface HTMLParamElement

Specifications

Browser compatibility

BCD tables only load in the browser

See also

Found a content problem with this page?

This page was last modified on Apr 13, 2023 by MDN contributors.

Your blueprint for a better internet.

MDN

Support

Our communities

Developers

Visit Mozilla Corporation’s not-for-profit parent, the Mozilla Foundation.
Portions of this content are ©1998– 2023 by individual mozilla.org contributors. Content available under a Creative Commons license.

Источник

HTML Tag

Set the «autoplay» parameter to «true», so the sound will start playing as soon as the page loads:

Definition and Usage

The tag is used to define parameters for plugins embedded with an element.

Tip: HTML 5 also includes two new elements for playing audio or video: The and tags.

Browser Support

The tag is supported in all major browsers. However, the file format defined in may not be supported in all browsers.

Element
Yes Yes Yes Yes Yes

Differences Between HTML 4.01 and HTML5

The «type» and «valuetype» attributes are not supported in HTML5.

Differences Between HTML and XHTML

In HTML the tag has no end tag.

In XHTML the tag must be properly closed, like this .

Attributes

Attribute Value Description
name name Specifies the name of a parameter
type media_type Not supported in HTML5.
Specifies the media type of the parameter
value value Specifies the value of the parameter
valuetype data
ref
object
Not supported in HTML5.
Specifies the type of the value

Global Attributes

Event Attributes

Default CSS Settings

Most browsers will display the element with the following default values:

COLOR PICKER

HOW TO

SHARE

CERTIFICATES

Report Error

If you want to report an error, or if you want to make a suggestion, do not hesitate to send us an e-mail:

Thank You For Helping Us!

Your message has been sent to W3Schools.

Top Tutorials

Top References

Top Examples

Web Certificates

W3Schools is optimized for learning, testing, and training. Examples might be simplified to improve reading and basic understanding. Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content. While using this site, you agree to have read and accepted our terms of use, cookie and privacy policy. Copyright 1999-2020 by Refsnes Data. All Rights Reserved.
Powered by W3.CSS.

Источник

Читайте также:  (.*)
Оцените статью