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