Difference between revisions of "Wiki/HTML Mark-Up"

From RPGnet
Jump to: navigation, search
 
Line 1: Line 1:
 
==X/HTML Markup in Wikis==
 
==X/HTML Markup in Wikis==
  
    * <abbr>abbreviation</abbr>
+
* <abbr>abbreviation</abbr>
    * <br> or <br/>
+
* <br> or <br/>
    * <cite>cited source</cite>
+
* <cite>cited source</cite>
    * <code>program source code</code>
+
* <code>program source code</code>
    * <dfn>definition</dfn>
+
* <dfn>definition</dfn>
    * <em>emphasis</em>
+
* <em>emphasis</em>
    * <h1>Heading 1</h1> through <h6>Heading 6</h6>
+
* <h1>Heading 1</h1> through <h6>Heading 6</h6>
    * <hr> or <hr/> for horizontal rules
+
* <hr> or <hr/> for horizontal rules
    * <kbd>keyboard text</kbd>
+
* <kbd>keyboard text</kbd>
    * <pre>preformatted text</pre>
+
* <pre>preformatted text</pre>
    * <strong>strong emphasis</strong>
+
* <strong>strong emphasis</strong>
    * <samp>sample output</samp>
+
* <samp>sample output</samp>
    * <sub>subscript text</sub>
+
* <sub>subscript text</sub>
    * <sup>superscript text</sup>
+
* <sup>superscript text</sup>
    * <var>variable</var>
+
* <var>variable</var>
    * <acronym>acronym</acronym>: deprecated in XHTML 2.
+
* <acronym>acronym</acronym>: deprecated in XHTML 2.
    * <b>bold</b>: deprecated in XHTML 2.
+
* <b>bold</b>: deprecated in XHTML 2.
    * <big>big text</big>: deprecated in XHTML 2.
+
* <big>big text</big>: deprecated in XHTML 2.
    * <del>deleted text</del>: deprecated in XHTML 2.
+
* <del>deleted text</del>: deprecated in XHTML 2.
    * <i>italics</i>: deprecated in XHTML 2.
+
* <i>italics</i>: deprecated in XHTML 2.
    * <ins>inserted text</ins>: deprecated in XHTML 2.
+
* <ins>inserted text</ins>: deprecated in XHTML 2.
    * <small>small text</small>: deprecated in XHTML 2.
+
* <small>small text</small>: deprecated in XHTML 2.
    * <tt>technical term</tt>: deprecated in XHTML 2.
+
* <tt>technical term</tt>: deprecated in XHTML 2.
    * <s>strikethrough</s>: deprecated in HTML 4.
+
* <s>strikethrough</s>: deprecated in HTML 4.
    * <strike>strikethrough</strike>: deprecated in HTML 4.
+
* <strike>strikethrough</strike>: deprecated in HTML 4.
    * <u>underline</u>: deprecated in HTML 4.  
+
* <u>underline</u>: deprecated in HTML 4.  
  
  

Revision as of 01:36, 8 September 2007

X/HTML Markup in Wikis

  • abbreviation

  • or
  • cited source
  • program source code
  • definition
  • emphasis
  • Heading 1

    through
    Heading 6

  • or
    for horizontal rules
  • keyboard text
  • preformatted text
  • strong emphasis
  • sample output
  • subscript text
  • superscript text
  • variable
  • <acronym>acronym</acronym>: deprecated in XHTML 2.
  • bold: deprecated in XHTML 2.
  • big text: deprecated in XHTML 2.
  • deleted text: deprecated in XHTML 2.
  • italics: deprecated in XHTML 2.
  • inserted text: deprecated in XHTML 2.
  • small text: deprecated in XHTML 2.
  • technical term: deprecated in XHTML 2.
  • strikethrough: deprecated in HTML 4.
  • strikethrough: deprecated in HTML 4.
  • underline: deprecated in HTML 4.



Brick City