- h1(String) - Static method in class com.github.beothorn.html.elements.Page
-
Heading elements implement six levels of document headings, <h1>
is the most important and <h6> is the least.
- h2(String) - Static method in class com.github.beothorn.html.elements.Page
-
Heading elements implement six levels of document headings, <h1>
is the most important and <h6> is the least.
- h3(String) - Static method in class com.github.beothorn.html.elements.Page
-
Heading elements implement six levels of document headings, <h1>
is the most important and <h6> is the least.
- h4(String) - Static method in class com.github.beothorn.html.elements.Page
-
Heading elements implement six levels of document headings, <h1>
is the most important and <h6> is the least.
- h5(String) - Static method in class com.github.beothorn.html.elements.Page
-
Heading elements implement six levels of document headings, <h1>
is the most important and <h6> is the least.
- h6(String) - Static method in class com.github.beothorn.html.elements.Page
-
Heading elements implement six levels of document headings, <h1>
is the most important and <h6> is the least.
- header(Page.Header, DomElement...) - Static method in class com.github.beothorn.html.elements.Page
-
Heading elements implement six levels of document headings, <h1>
is the most important and <h6> is the least.
- header(Page.Header, String) - Static method in class com.github.beothorn.html.elements.Page
-
Heading elements implement six levels of document headings, <h1>
is the most important and <h6> is the least.
- height(Px) - Static method in class com.github.beothorn.html.elements.img.ImgAttributes
-
The intrinsic height of the image in pixels.
- hidden(boolean) - Static method in class com.github.beothorn.html.common.GlobalAttributes
-
The
hidden
global attribute is a
Boolean attribute indicating that the element is not yet, or is no longer,
relevant.
- html(DomElement...) - Static method in class com.github.beothorn.html.elements.Page
-
The HTML <html> element (or HTML root element)
represents the root of an HTML document.