FileDocCategorySizeDatePackage
HTMLHeadElement.javaAPI DocJava SE 5 API1060Fri Aug 26 14:58:40 BST 2005org.w3c.dom.html

HTMLHeadElement

public interface HTMLHeadElement implements HTMLElement
Document head information. See the HEAD element definition in HTML 4.0.

See also the Document Object Model (DOM) Level 2 Specification.

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetProfile()
URI designating a metadata profile. See the profile attribute definition in HTML 4.0.

public voidsetProfile(java.lang.String profile)