Diferenças entre edições de "Utilizador:Bmwmb"

Da Thinkfn
Linha 64: Linha 64:
 
| Code
 
| Code
 
| Texto <code>Code</code> Texto
 
| Texto <code>Code</code> Texto
 +
|-
 +
| <tt>Typewriter</tt>
 +
| Typewriter
 +
| &lt;tt&gt;Typewriter&lt;/tt&gt;
 
|-
 
|-
 
| Texto <blockquote>Block quote</blockquote> Texto
 
| Texto <blockquote>Block quote</blockquote> Texto
Linha 118: Linha 122:
 
* &lt;th&gt;
 
* &lt;th&gt;
 
* &lt;tr&gt;
 
* &lt;tr&gt;
* &lt;tt&gt;
 
 
* &lt;ul&gt;
 
* &lt;ul&gt;
 
* &lt;var&gt;
 
* &lt;var&gt;
 
* &lt;!-- ... --&gt;
 
* &lt;!-- ... --&gt;
 
|}
 
|}

Revisão das 09h29min de 16 de maio de 2008

Wikipedia

HTML tags

For reference, all of the following HTML tags are currently permitted on Wikipedia. Almost all these tags permit inline CSS styles.

Efeito Nome Tag
Bold Bold <b>Bold</b>
Italic Italic <i>Italic</i>
Underline Underline <u>Underline</u>
Strike Strike <s>Strike</s>
Texto Subscript Texto Subscript Texto <sub>Subscript</sub> Texto
Texto Superscript Texto Superscript Texto <sup>Superscript</sup> Texto
Texto Big Texto Big Texto <big>Big</big> Texto
Texto Small Texto Small Texto <small>Small</small> Texto
Texto
Texto
Line break Texto <br> Texto
Texto
Center
Texto
Center Texto <center>Center</center> Texto
Texto Cite Texto Cite Texto <cite>Cite</cite> Texto
Texto Code Texto Code Texto <code>Code</code> Texto
Typewriter Typewriter <tt>Typewriter</tt>
Texto
Block quote
Texto
Block quote Texto <blockquote>Block quote</blockquote> Texto

Heading 1

Heading 1 <h1>Heading 1</h1>

Heading 2

Heading 2 <h2>Heading 2</h2>

Heading 3

Heading 3 <h3>Heading 3</h3>

Heading 4

Heading 4 <h4>Heading 4</h4>
Heading 5
Heading 5 <h5>Heading 5</h5>
Heading 6
Heading 6 <h6>Heading 6</h6>

Outros

  • <caption>
  • <dd>
  • <div>
  • <dl>
  • <dt>
  • <em>
  • <font>
  • <hr>
  • <li>
  • <ol>
  • <p>
  • <pre>
  • <rb>
  • <rp>
  • <rt>
  • <ruby>
  • <span>
  • <strong>
  • <table>
  • <td>
  • <th>
  • <tr>
  • <ul>
  • <var>
  • <!-- ... -->