BLENDER HEAD FOREVER!
HTML TAGS!!! |
|
|---|---|
| <a> | Anchor. |
| <br> | Line Break. |
| <!DOCTYPE html PUBLIC> | Website document type. |
| <html> | Html script. |
| <head> | Header of page. |
| <title> | Title of page. |
| <br /> | Single line break. |
| <body> | Document's body. |
| <!--...--> | Comment. |
| <abbr> | Abbreviation. |
| <acronym> | An acronym. |
| <address> | Contact information for the author. |
| <applet> | Embedded applet. |
| <area /> | Area inside an image-map. |
| <b> | Bold text. |
| <big> | Big text. |
| <button> | Clickable button. |
| <center> | Centered text and objects. |
| <base /> | Specifies the base URL. |
| <basefont /> | Specifies a default text. |
| <bdo> | Overrides current text direction. |
| <blockquote> | Defines a long quotation. |
| <caption> | Table caption. |
| <code> | Computer code. |
| <col /> | Columns in a table. |
| <colgroup> | Columns in a table for formatting. |
| <dd> | Definition description. |
| <del> | Delete. |
| <dfn> | Defines a definition term. |
| <dir> | Defines a directory list. |
| <div> | A section in a document. |
| <dl> | A definition list. |
| <dt> | An item in a definition list. |
| <em> | Emphasized text. |
| <fieldset> | Groups related elements in a form. |
| <font> | Defines font, color, and size for text. |
| <form> | HTML form for user input. |
| <frame /> | Defines a window in a frameset. |
| <h1> | HTML heading. |
| <h2> | HTML heading. |
| <h3> | HTML heading. |
| <h4> | HTML heading. |
| <h5> | HTML heading. |
| <h6> | HTML heading. |
| <hr /> | Horizontal line. |
| <i> | Italic text. |
| <iframe> | Inline frame. |
| <img /> | Defines an image. |
| <input /> | Input. |
| <ins> | Insert into a document. |
| <kbd> | Defines keyboard input. |
| <label> | Element label. |
| <legend> | Caption for a element. |
| <li> | list. |
| <link /> | External resource. |
| <map> | Image-map. |
| <menu> | Menu list. |
| <meta /> | Metadata. |
| <noframes> | Do not support frames. |
| <noscript> | Do not support client-side scripts. |
| <object> | Defines an embedded object. |
| <ol> | An ordered list. |
| <optgroup> | Options in a drop-down list. |
| <option> | Option in a drop-down list. |
| <p> | Defines a paragraph. |
| <param /> | Defines a parameter for an object. |
| <pre> | Preformatted text. |
| <q> | Short quotation. |
| <s> | Strikethrough text. |
| <samp> | Sample output. |
| <script> | Client-side script. |
| <select> | Defines a drop-down list. |
| <small> | Smaller text. |
| <span> | Defines a section in a document. |
| <strike> | Strikethrough text. |
| <strong> | Strong text. |
| <style> | Defines style. |
| <sub> | Subscripted text. |
| <sup> | Superscripted text. |
| <table> | Defines a table. |
| <tbody> | Content in a table. |
| <td> | Cell in a table. |
| <textarea> | Defines a multiline input. |
| <tfoot> | Footer content in a table. |
| <th> | Header cell in a table. |
| <thead> | Header content in a table. |
| <title> | Title for the document. |
| <tr> | Row in a table. |
| <tt> | Defines teletype text. |
| <u> | Defines underlined text. |
| <ul> | Defines an unordered list. |
| <var> | Variable. |
| <xmp> | Preformatted text. |


©Blender Buddy 2015