| Package | Description |
|---|---|
| com.github.beothorn.html.elements.img |
| Modifier and Type | Method and Description |
|---|---|
static ImgAttributes |
ImgAttributes.alt(String altText)
This attribute defines the alternative text describing the image.
|
static ImgAttributes |
ImgAttributes.height(Px height)
The intrinsic height of the image in pixels.
|
static ImgAttributes |
ImgAttributes.src(String src)
The image URL.
|
static ImgAttributes |
ImgAttributes.width(Px width)
The intrinsic width of the image in pixels.
|
Copyright © 2016. All rights reserved.