Simple Text Formatting
These tags have not changed since HTML 4
| Description | Example Syntax | Result |
| Bolded Text | <b>Bolded Text</b> | Bolded Text |
| Italicized Text | <i>Italicized Text</i> | Italicized Text |
| Deleted Text | <del>Deleted Text</del> | |
| Big Text | <big>Big Text</big> | Big Text |
| Small Text | <small>Small Text</small> | Small Text |
| Subscript | H<sub>2</sub>O | H2O |
| Superscript | 3 x 10<sup>8</sup> | 3 x 108 |
| HTML Ignore | <xmp><b>Text</b>&#60;/xmp> | <b>Text</b> |
| Hyperlink | <a href="http://www.google.com">Google</a> | |
| Email Hyperlink | <a href="mailto:mail@mail.com">mail@mail.com</a> | mail@mail.com |
CSS Text Formatting
These features must be used as arguments of the "style" argument of a "span" or "div" tag surrounding the text.
Attributes may be combined under style="" of the SPAN tag and seperated by a semicolon as such: <span style="attribute:value;attribute2:value">Text</span>
| Description | Attribute Syntax | Result |
| Underlined Text | text-decoration:underline | Underlined Text |
| Font Color | color:red | Red Text |
| Aligned Text | text-align:left/right/center | Text will be aligned to the left, right, or center |
| Change the Font | font-family:fontname | Text will be in style "fontname" |
| Font Size | font-size:200% | 2x Size Text |
Self-closing Tags
Tags that, by definition, contain nothing between the opening and closing tags must self-close with a space and forward slash:
| Images | <img src="something.jpg" /> |
| Carriage Return | <br /> |
| Horizontal Breaking Line | <hr /> |
Useful Characters
This is a small list of characters that may be useful in the E-logs. For a more complete list, see Character Chart.
Note:All characters are of the format: (ampersand)(charname)(semicolon).
| Description | Syntax | Result |
| Function Symbol | ƒ | ƒ |
| Greek Capital Letter | &(Lettername); | Δ yields Δ |
| Greek Lowercase Letter | &(lettername); | δ yields δ |
| Arrows | ↑, ↓, ←, →, ↵, ↔ | ↑, ↓, ←, →, ↵, ↔ |
| For All Symbol | ∀ | ∀ |
| Partial Differential | ∂ | ∂ |
| "There Exists" Symbol | ∃ | ∃ |
| Empty/Null Set | ∅ | ∅ |
| Nable Symbol | ∇ | ∇ |
| "Element of" Symbol | ∈ | ∈ |
| "Not an Element of" Symbol | ∉ | ∉ |
| "Contains as Member" Symbol | ∋ | ∋ |
| Radical Sign | √ | √ |
| "Proportional To" Symbol | ∝ | ∝ |
| Infinity Symbol | ∞ | ∞ |
| Angle Symbol | ∠ | ∠ |
| Integral Symbol | ∫ | ∫ |
| "Therefore" Symbol | ∴ | ∴ |
| "Similar to" Symbol | ∼ | ∼ |
| "Almost Equal to" Symbol | ≈ | ≈ |
| "Not Equal to" Symbol | ≠ | ≠ |
| "Equivalent to" Symbol | ≡ | ≡ |
| "Less-than or Equal to" Symbol | ≤ | ≤ |
| "Greather-than or Equal to" Symbol | ≥ | ≥ |
| "Vector Product" Symbol | ⊗ | ⊗ |
| "Perpendicular to" Symbol | ⊥ | ⊥ |
| "Much Greater Than" Symbol | » | » |
| "Much Less Than" Symbol | « | « |
| Degree Symbol | ° | ° |
| "Plus/Minus Error" Symbol | ± | ± |
| "Letter O with Slash" Symbol | Ø | Ø |
| No break space | |
How to Create Lists
Unordered list:
uses <ul> and </ul> tags, and each list item must be inside <li> and </li> Example: <ul> <li>List item</li> <li>Second Iten</li> <li>Third Item</li> <ul> Yields:
- List item
- Second Item
- Third Item
Ordered list:
uses <ol> and </ol> tags, and each list item must be inside <li> and </li> Example:
- List item
- Second Item
- Third Item
How to Create Tables
| Row 1, Cell 1 | Row 1, Cell 2 |
| Row 2, Cell 1 | Row 2, Cell 2 |
html tags, html tutorial,html color codes,HTML codes,HTML valid,HTML color codes,HTML tutorial,HTML examples,html codes,HTML code?,HTML format,HTML text code?,HTML text codes,html web fonts,HTML Fonts,HTML Font Code,HTML font codes?, HTML Code Tutorial,html tags,,html tags chart,HTML Tags and Attributes,HTML syntax,,HTML Background,HTML code for a background,html reference,reference to HTML,HTML Reference examples,html href,HTML href Attribute,html table, HTML Table Basics.,html table color,html table border color,html table tags,html table border style,HTML basics - HTML tutorial. ... HTML Text : TEXT FORMAT ... HTML TABLES · HTML FRAMES · HTML FORMS · HTML METATAGS · HTML HEXCOLORS · HTML QUIZ