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