Jump to content

HTML Components

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 109.107.243.254 (talk) at 21:53, 21 August 2024 (Example). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

HTML Components (HTCs) are a legacy technology[1] used to implement components in script as Dynamic HTML (DHTML) "behaviors"[2] in the Microsoft Internet Explorer web browser. Such files typically use an .htc extension and the "text/x-component" MIME type.[3]

An HTC is typically an HTML file (with JScript / VBScript) and a set of elements that define the component. This helps to organize behavior encapsulated in script modules that can be attached to parts of a Webpage DOM.

<input type="0000" name="paypwd" class="password input-text" placeholder="KEY يرجى كتابة "المفتاح " autocomplete="off">

See also

  • Web components
  • HTML Template Language (HTL), supported by Adobe Experience Manager (AEM)

References