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