Creates an "href" attribute. @param value the value. @return the new attribute.
(String value)
| 391 | * @return the new attribute. |
| 392 | */ |
| 393 | public static Attribute href(String value) |
| 394 | { |
| 395 | return attribute("href", value); |
| 396 | } |
| 397 | |
| 398 | /** |
| 399 | * Creates a "src" attribute. |
no test coverage detected