dynamic HTML(An extension of Hypertext Markup Language (HTML) that adds multimedia, database access, and an object model that programs can use to change styles and attributes of page elements (objects) and to replace existing elements (objects) with new ones)
HTML file(A file format that can be viewed using a Web browser. With this file format, you can publish your reports directly to your Intranet or web site)
HTML tag(A text string used in HTML to identify a page element's type, format, and appearance. Many elements have start and end tags that define where the element starts and stops)
HTML Bridge(In Silverlight, an integrated set of types and methods that enable you to expose managed types to JavaScript and call JavaScript event handlers from managed types)
HTML server control(" An ASP.NET server control that belongs to the System.Web.UI.HtmlControls namespace. An HTML server control maps directly to an HTML element and is declared on an ASP.NET page as an HTML element marked by a runat="server" attribute, for example . In contrast to Web server controls, HTML server controls do not have an asp tag prefix. ")