com.github.uuidcode.builder.html.Dl Maven / Gradle / Ivy
package com.github.uuidcode.builder.html;
public class Dl extends Node {
public static Dl of() {
return new Dl().setTagName("dl");
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy