using System; namespace Ooui { public class Span : Element { public Span () : base ("span") { } } }