Wiki/HTML Mark-Up: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
==X/HTML Markup in Wikis== | ==X/HTML Markup in Wikis== | ||
* <abbr>abbreviation</abbr> | |||
* <br> or <br/> | |||
* <cite>cited source</cite> | |||
* <code>program source code</code> | |||
* <dfn>definition</dfn> | |||
* <em>emphasis</em> | |||
* <h1>Heading 1</h1> through <h6>Heading 6</h6> | |||
* <hr> or <hr/> for horizontal rules | |||
* <kbd>keyboard text</kbd> | |||
* <pre>preformatted text</pre> | |||
* <strong>strong emphasis</strong> | |||
* <samp>sample output</samp> | |||
* <sub>subscript text</sub> | |||
* <sup>superscript text</sup> | |||
* <var>variable</var> | |||
* <acronym>acronym</acronym>: deprecated in XHTML 2. | |||
* <b>bold</b>: deprecated in XHTML 2. | |||
* <big>big text</big>: deprecated in XHTML 2. | |||
* <del>deleted text</del>: deprecated in XHTML 2. | |||
* <i>italics</i>: deprecated in XHTML 2. | |||
* <ins>inserted text</ins>: deprecated in XHTML 2. | |||
* <small>small text</small>: deprecated in XHTML 2. | |||
* <tt>technical term</tt>: deprecated in XHTML 2. | |||
* <s>strikethrough</s>: deprecated in HTML 4. | |||
* <strike>strikethrough</strike>: deprecated in HTML 4. | |||
* <u>underline</u>: deprecated in HTML 4. | |||
Revision as of 08:36, 8 September 2007
X/HTML Markup in Wikis
- abbreviation
or- cited source
program source code
- definition
- emphasis
Heading 1
throughHeading 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.