Content deleted Content added
→Using as a link target: typo |
|||
Line 4:
==Permitted HTML==
The following [[HTML element]]s are currently permitted:
{{Colbegin|3}}
* [[HTML element#General|<abbr>]]
Line 12:
* [[HTML element#Presentation|<big>]]
**<big>Increases</big> font size
* [[HTML element#Other
**A block-level quotation, <blockquote>for when the quotation includes block level elements,</blockquote> e.g. paragraphs
* [[HTML element#Other
**A forced<br/> line-break
* [[HTML element#Tables|<caption>]]
**<table><caption>Specifies a caption for a table</caption></table>
* [[HTML element#Other
**<center>Creates a block-level center-aligned division</center> Use <code><div></code> instead
* [[HTML element#Other
**<cite>A citation</cite>
* [[HTML element#Computer
**<code>A code snippet</code>
* [[HTML element#Lists|<dd>]]
**<dl><dd>The definition of a term,</dd><dd>in a definition list</dd></dl>
* [[HTML element#Other
**<del>Deleted text</del>
* [[HTML element#Other
**<div>A block-level logical division</div>
* [[HTML element#Lists|<dl>]]
Line 38:
* [[HTML element#Presentation|<font>]]
**<font color="green" size="-1" face="Courier">Can specify the font color with the color attribute, typeface with the face attribute, and absolute or relative size with the size attribute.</font> use <nowiki><span></nowiki> instead
* [[HTML element#Basic
**<nowiki><h1>Section headings at different levels.</h1></nowiki>
* [[HTML element#Other
**<hr>A horizontal rule</hr>
* [[HTML element#Presentation|<i>]]
**<i>Sets font to italic where possible</i>
* [[HTML element#Other
**<ins>Inserted text</ins>
* [[HTML element#Lists|<li>]]
Line 50:
* [[HTML element#Lists|<ol>]]
**<ol><li>An ordered...</li><li>(enumerated) list</li></ol>
* [[HTML element#Basic
**Creates a <p>paragraph,</p> perhaps the most common block level element
* [[HTML element#Other
**a <pre>Pre-formatted text</pre> b
* [[Ruby character#Ruby markup|<rb>]]
Line 61:
**とう vs <ruby style="font-size:1.2em;"><rt>とう</rt></ruby>
* [[Ruby character#Ruby markup|<ruby>]]
**東(とう)京(きょう) vs <ruby style="font-size:1.2em;"><rb>東</rb><rp>(</rp><rt>とう</rt><rp>)</rp></ruby>
<ruby style="font-size:1.2em;"><rb>京</rb><rp>(</rp><rt>きょう</rt><rp>)</rp></ruby>
* [[HTML element#Presentation|<s>]]
Line 73:
* [[HTML element#General|<strong>]]
**
* [[HTML element#Other
**Mark<sub>subscript</sub>
* [[HTML element#Other
**Mark<sup>superscript</sup>
* [[HTML element#Tables|<table>]]
Line 91:
* [[HTML element#Lists|<ul>]]
**<ul><li>An unordered...</li><li>(bulleted) list</li></ul>
* [[HTML element#Computer
**<var>Variable</var>
* [[HTML element#HTML
**<nowiki><!--Comment--></nowiki>
{{Colend}}
|