import "dart:html"; main() { String str; var title = new Element.html("<h2>猫</h2>"); document.body.children.add(title); }