コンテンツ作成のヒント

  • 使用できるHTMLタグ: <code>

    This site allows HTML content. While learning all of HTML may feel intimidating, learning how to use a very small number of the most basic HTML "tags" is very easy. This table provides examples for each tag that is enabled on this site.

    For more information see W3C's HTML Specifications or use your favorite search engine to find other sites that explain HTML.

    タグの説明記述例表示例
    テキストをプログラムのソースコードとして明示するために使われます。<code>コード</code>コード

    Most unusual characters can be directly entered without any problems.

    If you do encounter problems, try using HTML character entities. A common example looks like &amp; for an ampersand & character. For a full list of entities see HTML's entities page. Some of the available characters include:

    文字の説明記述例表示例
    アンパサンド(&)&amp;&
    大なり記号(>)&gt;>
    小なり記号(<)&lt;<
    引用符(")&quot;"
  • 行と段落は自動的に認識され、<br />(改行タグ)や <p> </p>(段落の開始・終了タグ)が自動的に挿入されます。 もし段落が認識されない場合は、空行を2つ加えてください。