Everything2
Near Matches
Ignore Exact
Full Text
Everything2

E2 HTML tags : Quick Start

created by N-Wing

(thing) by N-Wing (1.2 d) (print)   ?   (I like it!) 2 C!s Wed Feb 23 2000 at 18:34:26

If you want a quick reference guide to using HTML tags in E2, this is the place. However,

  • if you want a slower walk-through, visit the entire list at E2 HTML tags or view the guide in smaller chunks, starting at the contents
  • if you want a deeper explanation of something, follow the link from the section heading to jump to that section of the guide
  • if you already know HTML, a list of tags allowed in E2 is at E2 FAQ: HTML



1 - Tags and Starting New Lines

<br /> starts a new line; denote a paragraph by putting it between <p> and </p>

<p align="right">This is a right-aligned paragraph</p>

<p align="center">Center-aligned paragraph</p>

<p align="left">Left-aligned paragraph (default)</p>

<p align="justify">Full-justified paragraph (full-width lines align on the left and right margins).</p>



2 - Character Formatting

Try not to use the <b>bold</b>, <i>italic</i>, and <u>underline</u> tags, as they are physical styles.
Usually, the logical styles <em>emphasis</em> and <strong>strong</strong> are a better choice.

You can make text <small>small</small>, <big>big</big>, <sup>superscript</sup>, <sub>subscript</sub>, and <var>variable</var>

For fixed-width text, you can have it inline using <tt>teletype text</tt>, <code>code</code>, <kbd>text to enter via a keyboard</kbd>, and <samp>sample output</samp>.

<pre>
For longer sections,
the pre-formatted tag
can be used.
</pre>

For "editing", you can have text that <del>is deleted</del>, <ins>is inserted</ins>, <strike>is has been striked through one way</strike>, <s>has been striked through the same way, but with a different tag</s>.



3 - Special Characters

&amp;    &     ampersand
&lt;     <     less than
&gt;     >     greater than
&#91;    [     (in Everything, this will start a link)
&#93;    ]     (in Everything, this will end a link)



4 - Lists

Unordered list:

  • <ul>
  • <li>
  • (list item)
  • </li>
  • (repeat as many <li>...</li> as desired)
  • </ul>
Ordered list:
  1. <ol>
  2. <li>
  3. (list item)
  4. </li>
  5. (repeat as many <li>...</li> as desired)
  6. </ol>
Ordered list , specifying type:
  1. <ol type="I">
    1. <ol type="A">
      1. <ol type="1"> (default, if no "type" is given)
        1. <ol type="a">
          1. <ol type="i">
Definition list:
<dl>
definition list
<dt>
definition term
(actual term)
put in the actual term
</dt>
close the definition term
<dd>
definition definition
(actual definition)
put in the actual definition
</dd>
close the definition definition
(repeat)
the terms and definitions may be repeated
</dl>
close the definition list



5 - Giving Credit Where Credit is Due

You can have block quotes:

<blockquote>
The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the crazy dog. The quick clown fox jumps over the lazy dog. The slick brown fox jumps over the lazy dog. The quick brown fox jumps over a lazy dog. The quick brown fox jumps over the lazy frog. The quick brown socks jumps over the lazy dog. The quick brown fox jumps onto the lazy dog. The slow green anole crawls under the hyper hippopotamus.
</blockquote>
and short quotations. <q>Everything 1 is deprecated in favor of Everything 2.</q> - <cite>N-Wing</cite>



6 - Miscellaneous Tags

(The heading tags do not go inside paragraph tags.)

<h1>h1</h1>

<h2>h2</h2>

<h3>h3</h3>

<h4>h4</h4>

<h5>h5</h5>
<h6>h6</h6>

You can indicate <abbr title="abbreviation">abbrevs.</abbr> and <acronym title="acronym">acronyms</acronym> .
It is possible to insert a horizontal rule (line): <hr />


or a shorter one: <hr width="50%" />
(Note: currently, E2 allowable-tags parser strips out the percent sign, so you'll be left with the width in pixels, which probably isn't what you want. So until this is fixed, avoid the "width" attribute.)



E2 HTML Tags Quick Start Information

creation
2000.02.23.n3
updated
2004.11.25.n4 (Thanksgiving)
guide author
N-Wing
feedback
Did you like this? Hate this (actually, if you hated this, why did you read this far?)? Have a question? Have a suggestion? If so, you can send me a message by typing
/msg N-Wing Your_Message
in the chatterbox, and hitting the "Talk" button.
Or, if you aren't a registered user here (why not? it doesn't cost anything), you can try email: hg7oce402 AT sneakemail DOT com
source file size
8 392 bytes
207 lines


printable version
chaos

E2 HTML tags E2 HTML tags : Chapter 0 E2 HTML tags : Chapter 1 pipe link
Can my nodes be used against me in a court of law? E2 HTML tags : Chapter 3 Everything 1 E2 Link and Logger Client
PFE E2 HTML tags : Chapter 4 HTML hardlink
E2 HTML tags : Chapter 2 deprecated Logical HTML style harassment E2 HTML tags : Chapter 5
Formatting poems and simple HTML E2 HTML tags : Chapter 6 HTML tags February 23, 2000
URL virginity hyperlink Converting an old laptop LCD screen into a VGA monitor
Y'know, if you log in, you can write something here, or contact authors directly on the site. Create a New User if you don't already have an account.
  Epicenter
Login
Password

password reminder
register

Everything2 Help

Cool Staff Picks
Nodes your sibling would have liked:
The Wild Ass and the Lion
The Bible's Influence on Catcher in the Rye
Software development is not an engineering discipline
Phaethon
Much Ado About Nothing
Mushroom trip #1
Iraqi Republican Guard
Giving blood
Poor white heat
Life grit homespun art
Godot! (the musical)
Mattbox: Mac OS X Chatterbox Client
Mussel
New Writeups
Madara
One Winged Angel(fiction)
Tom Rook
Talk is cheap(poetry)
shaogo
Adelle Davis(person)
Aerobe
race car g sfjsgsd(poetry)
Binah
Dream Log: July 5, 2008(dream)
StrawberryFrog
Forgotten things in space(idea)
antigravpussy
velvet revolution fairy tale(idea)
Heitah
Nerve agent VX(thing)
Pavlovna
shite(idea)
wonton
Days and nights come together in a slow falling down(fiction)
Pavlovna
wee(idea)
katherine
root log: July 2008(log)
Madara
There’s nothing like a trail of blood to find your way back home(fiction)
Heitah
After sneeze(idea)
froggy7384
Why we smoke(personal)
E2 is a by-product of the existence of The Everything Development Company