Creates Valid HTML5 Strings
Generate the <i> HTML tag.
Generate the <iframe> HTML tag.
Generate the <img> HTML tag.
Generate the <map> HTML tag.
Generate the <ol> HTML tag.
Generate the <html> HTML tag.
Generate the <mark> HTML tag.
Generate the <output> HTML tag.
Generate the <header> HTML tag.
Generate the <hr> HTML tag.
Environment to set formatted to TRUE/FALSE
Generate the <menu> HTML tag.
Generate the <menuitem> HTML tag.
Generate the <meta> HTML tag.
Generate the <meter> HTML tag.
Generate the <nav> HTML tag.
Generate the <noscript> HTML tag.
Generate the <object> HTML tag.
Generate the <optgroup> HTML tag.
Generate the <option> HTML tag.
Generate the <a> HTML tag.
Generate the <abbr> HTML tag.
Generate the <address> HTML tag.
Generate the <applet> HTML tag.
Generate the <area> HTML tag.
Generate the <article> HTML tag.
Generate the <aside> HTML tag.
Helper function to generate HTML5 attribute strings
Generate the <audio> HTML tag.
Generate the <b> HTML tag.
Generate the <base> HTML tag.
Generate the <bdi> HTML tag.
Generate the <bdo> HTML tag.
Generate the <blockquote> HTML tag.
Generate the <body> HTML tag.
Vector of boolean attributes
Generate the <br> HTML tag.
Generate the <button> HTML tag.
Generate the <canvas> HTML tag.
Generate the <caption> HTML tag.
Generate the <cite> HTML tag.
Generate the <code> HTML tag.
Generate the <col> HTML tag.
Generate the <colgroup> HTML tag.
Generate the <content> HTML tag.
Add new lines and tabs to format HTML content.
Generate the <data> HTML tag.
Generate the <datalist> HTML tag.
Generate the <dd> HTML tag.
Generate the <del> HTML tag.
Generate the <details> HTML tag.
Generate the <dfn> HTML tag.
Generate the <dialog> HTML tag.
Generate the <div> HTML tag.
Generate the <dl> HTML tag.
Generate HTML document string with properly declared DOCTYPE.
Generate the <dt> HTML tag.
Generate the <em> HTML tag.
Generate the <embed> HTML tag.
Helper function to generate HTML5 strings without end tags
Generate the <fieldset> HTML tag.
Generate the <figcaption> HTML tag.
Generate the <figure> HTML tag.
Generate the <footer> HTML tag.
Generate the <form> HTML tag.
Helper function to generate HTML5 strings formatted with new lines and...
Generate the <h1> HTML tag.
Generate the <h2> HTML tag.
Generate the <h3> HTML tag.
Generate the <h4> HTML tag.
Generate the <h5> HTML tag.
Generate the <h6> HTML tag.
Generate the <head> HTML tag.
Generate the <input> HTML tag.
Generate the <ins> HTML tag.
Generate the <kbd> HTML tag.
Generate the <keygen> HTML tag.
Generate the <label> HTML tag.
Generate the <legend> HTML tag.
Generate the <li> HTML tag.
Generate the <link> HTML tag.
Generate the <main> HTML tag.
Generate the <p> HTML tag.
Generate the <param> HTML tag.
Generate the <picture> HTML tag.
Generate the <pre> HTML tag.
Generate the <progress> HTML tag.
Generate the <q> HTML tag.
Generate the <rb> HTML tag.
Generate the <rp> HTML tag.
Generate the <rt> HTML tag.
Generate the <rtc> HTML tag.
Generate the <ruby> HTML tag.
Generate the <s> HTML tag.
Generate the <samp> HTML tag.
Generate the <script> HTML tag.
Generate the <section> HTML tag.
Generate the <select> HTML tag.
Generate the <shadow> HTML tag.
Generate the <slot> HTML tag.
Generate the <small> HTML tag.
Generate the <source> HTML tag.
Generate the <span> HTML tag.
Generate the <strong> HTML tag.
Generate the <style> HTML tag.
Generate the <sub> HTML tag.
Generate the <summary> HTML tag.
Generate the <sup> HTML tag.
Generate the <table> HTML tag.
Helper function to generate HTML5 strings with end tags
Generate the <tbody> HTML tag.
Generate the <td> HTML tag.
Generate the <template> HTML tag.
Generate the <textarea> HTML tag.
Generate the <tfoot> HTML tag.
Generate the <th> HTML tag.
Generate the <thead> HTML tag.
Generate the <time> HTML tag.
Generate the <title> HTML tag.
Generate the <tr> HTML tag.
Generate the <track> HTML tag.
Generate the <tt> HTML tag.
Generate the <u> HTML tag.
Generate the <ul> HTML tag.
Generate the <var> HTML tag.
Generate the <video> HTML tag.
Generate the <wbr> HTML tag.
Generates valid HTML tag strings for HTML5 elements documented by Mozilla. Attributes are passed as named lists, with names being the attribute name and values being the attribute value. Attribute values are automatically double-quoted. To declare a DOCTYPE, wrap html() with function doctype(). Mozilla's documentation for HTML5 is available here: <https://developer.mozilla.org/en-US/docs/Web/HTML/Element>. Elements marked as obsolete are not included.