Creates an id attribute. @param value the attribute value. @return the new attribute.
(String value)
| 358 | * @return the new attribute. |
| 359 | */ |
| 360 | public static Attribute id(String value) |
| 361 | { |
| 362 | return attribute("id", value); |
| 363 | } |
| 364 | |
| 365 | /** |
| 366 | * Creates a "class" attribute with a single class. |
no test coverage detected