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