Esse site permite conteúdo HTML. Embora aprender todos os detalhes de HTML possa parecer difícil a primeira vista, aprender algumas poucas "tags" HTML mais básicas é fácil. Essa tabela apresenta exemplos de cada tag habilitada neste site.
Para maiores informações, consulte as especificações do HTML, da W3C, ou então use algum mecanismo de busca para achar algum outro site que fale sobre HTML.
Descrição da Tag
Você Digita
Você Terá
Âncoras são usadas para criar links para outras páginas.
Listas de definição são similares a outras listas HTML. <dl> inicia a definição da lista, <dt> inicia a definição do termo e <dd> inicia a definição da descrição.
A maioria dos caracteres, inclusive os pouco usados, podem ser inseridos nenhum problema.
Se você encontrar algum problema, tente usar entidades HTML de caractere . Um exemplo comum é & para o caractere "e comercial" &. Para uma lista completa das entidades veja a página entidades HTML (em inglês). Alguns dos caracteres disponíveis são:
Descrição de Caractere
Você Digita
Você Terá
"E" comercial
&
&
Maior que
>
>
Menor que
<
<
Aspas
"
"
Quoted content can be placed between [quote] tags in order to be displayed as an indented quote. Every [quote] tag must have a corresponding [/quote] tag. For example:
[quote]This is a simple quote.[/quote]
is displayed as:
Quote:
This is a simple quote.
Additionally, there is an optional attribute which allows quotes to specify the original author.
[quote=Mr. Drupal]This is a quote with an attribution line.[/quote]
is displayed as:
Mr. Drupal wrote:
This is a quote with an attribution line.
Finally, multiple [quote] tags can be nested within one another. Just remember that every [quote] tag must have a corresponding [/quote] tag.
[quote]I think she says it best...
[quote=Ms. Quotation]This is a quote nested within another quote.[/quote]
but you can't argue with
[quote=Ms. Reply]The more quotes, the merrier.
Just don't get too carried away.[/quote]
And I have nothing more to say.[/quote]
is displayed as:
Quote:
I think she says it best...
Ms. Quotation wrote:
This is a quote nested within another quote.
but you can't argue with
Ms. Reply wrote:
The more quotes, the merrier. Just don't get too carried away.
And I have nothing more to say.
Quebras de linhas e parágrafos são automaticamente reconhecidos. As tags de quebra de linha, <br />, de parágrafo, <p>, e de fim de parágrafo, <p>, são inseridas automaticamente. Se os parágrafos não forem reconhecidos, insira algumas linhas em branco.
Imagens podem ser inseridas neste texto.
If you include a textual smiley in your post (see chart below), it will be replaced by a graphical smiley.
If you include a word in your post that's filtered (usually foul language), it will be replaced by the filtered version of the word.