Htmlshortcuts
Htmlshortcuts
DOCTYPE> <html> <head> <body> Version of (X)HTML HTML document Page information Page contents
Lists <ol> <ul> <li> <dl> <dt> <dd> Forms <form> <fieldset> Base URL Meta data Title Relevant resource Style resource Script resource <legend> <label> <input /> <select> <optgroup> <option> <textarea> <button> Form Collection of fields Form legend Input label Form input Drop-down box Group of options Drop-down options Large text input Ordered list Unordered list List item Definition list Definition term Term description
Empty Elements <area /> <base /> <br /> <col /> <hr /> Core Attributes class id style title <img /> <input /> <link /> <meta /> <param />
Note: Core Attributes may not be used in base, head, html, meta, param, script, style or title elements. Language Attributes
Document Structure <h[1-6]> <div> <span> <p> <br /> <hr /> Links <a href=""> Page link Heading Page section Inline section Paragraph Line break Horizontal rule
Button
Tables
dir
<table> <caption> <thead> <tbody> <tfoot> <colgroup> <col /> <tr> <th> <td> Table Caption Table header Table body Table footer Column group Column Table row Header cell Table cell
lang
Note: Language Attributes may not be used in base, br, frame, frameset, hr, iframe, param or script elements. Keyboard Attributes accesskey tabindex
<a href="mailto:"> Email link <a name="name"> Anchor <a href="#name"> Link to anchor Text Markup <strong> <em> <blockquote> <q> <abbr> <acronym> <address> <pre> <dfn> <code> <cite> <del> <ins> <sub> <sup> <bdo> Strong emphasis Emphasis Long quotation Short quotation Abbreviation Acronym Address Pre-formatted text Definition Code Citation Deleted text Inserted text Subscript Superscript Text direction
Images and Image Maps <img /> <map> <area /> Image Image Map Area of Image Map
Form Events onBlur onChange onFocus Keyboard Events onKeydown onKeypress Mouse Events onClick onDblclick onMousedown onMousemove onMouseout onMouseover onMouseup onKeyup onReset onSelect onSubmit
Common Character Entities " & < > @ € • ™ £   © " & < > @ Quotation mark Ampersand Less than Greater than "At" symbol Euro Small bullet Trademark Pound Non-breaking space Copyright symbol