module deepmagic.dom.elements.tabular.thead_element;

import deepmagic.dom;

class TheadElement : Html5Element!("thead"){
	mixin(ElementConstructorTemplate!());
}