Function moxie_dom::elements::scripting::script [−][src]
pub fn script() -> ScriptBuilder
Expand description
The HTML <script>
element is used to embed or reference executable code; this is
typically used to embed or refer to JavaScript code.
A function for creating a builder which will accept attributes and produce the element.