Creates a "rel" attribute. @param value the value. @return the new attribute.
(String value)
| 421 | * @return the new attribute. |
| 422 | */ |
| 423 | public static Attribute rel(String value) |
| 424 | { |
| 425 | return attribute("rel", value); |
| 426 | } |
| 427 | |
| 428 | /** |
| 429 | * Creates a "name" attribute. |