Interface HTMLHeadElement

All Superinterfaces:
Element, HTMLElement, Node

public interface HTMLHeadElement extends HTMLElement
Document head information. See the HEAD element definition in HTML 4.0.
  • Method Details

    • getProfile

      java.lang.String getProfile()
      URI designating a metadata profile. See the profile attribute definition in HTML 4.0.
    • setProfile

      void setProfile(java.lang.String profile)