
This interface identifies the contents of the document in a global context.
This element can be only used within the HEAD element.
This element is a block element.
IHTMLTitleElement Methods
| put_text | get_text |
HRESULT get_text(
BSTR *p
);
Retrieves the text contained within the TITLE element.
See also put_text
HRESULT put_text(
BSTR v
);
Retrieves the text contained within the TITLE element.
See also get_text
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.