Yazım önerileri

girdi biçimleri:
  • Filtered HTML:
    • Web sayfası ve e-posta adresleri otomatik olarak bağlantıya çevrilir.
    • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>

      Bu site HTML içeriğe izin verir. Tüm HTML'yi öğrenmek korkutucu olurken, en temel HTML "etiketlerini" kullanmayı öğrenmek çok kolaydır. Bu tablo bu sitede izin verilmiş etiketler için örnekler sunar.

      Daha fazla bilgi için W3C'nin HTML tanımlamalarına bakın veya HTML anlatan başka siteler bulmak için kendi gözde arama motorunuzu kullanın.

      Etiket açıklamasıYazdığınızGördüğünüz
      Çapalar diğer sayfalara bağlantı yapmak için kullanılırlar.<a href="http://www.bekirdag.com">.//bekirdag</a>.//bekirdag
      Eğik<em>Eğik</em>Eğik
      Güçlü<strong>Güçlü</strong>Güçlü
      Alıntı<cite>Alıntı</cite>Alıntı
      Programlama kaynak kodunu göstermek için kullanılan kodlanmış metin<code>Kodlanmış</code>Kodlanmış
      Sırasız liste - her liste maddesine başlarken <li> kullanın<ul> <li>İlk madde</li> <li>İkinci madde</li> </ul>
      • İlk madde
      • İkinci madde
      Sıralı liste - her liste maddesine başlarken <li> kullanın<ol> <li>İlk madde</li> <li>İkinci madde</li> </ol>
      1. İlk madde
      2. İkinci madde
      Tanım listeleri diğer HTML listeleri gibidir. &dl;dl> tanım listesini başlatır, <dt> tanım terimini başlatır ve <dd> tanım açıklamasını başlatır.<dl> <dt>İlk terim</dt> <dd>İlk tanım</dd> <dt>İkinci terim</dt> <dd>İkinci tanım</dd> </dl>
      İlk terim
      İlk tanım
      İkinci terim
      İkinci tanım

      Çoğu sıradışı simge sorun çıkmadan doğrudan girilebilir.

      Eğer sorunla karşılaşırsanız, HTML simge karşılığını kullanmayı deneyin. Genel bir örnek şuna benzer & simgesi için &amp;. Karşılıkların tam listesi için HTML karşılıkları sayfasına bakın. Mevcut simgelerden bazıları şunları içermektedir:

      Karakter AçıklamasıYazdığınızGördüğünüz
      Ve işareti (&)&amp;&
      Büyüktür&gt;>
      Küçüktür&lt;<
      Tırnak işareti&quot;"
    • Satır ve paragraflar otomatik olarak tanınırlar. <br /> satır sonu, <p> paragraf ve </p> paragraf kapanışetiketleri otomatik olarak eklenirler. Eğer paragraflar otomatik olarak tanınmazsa basitçe bir çift satır sonu ekleyin.
    • Syntax highlighting of source code can be enabled with the following tags:

      • Generic syntax highlighting tags: "<code>", "<blockcode>".
      • Language specific syntax highlighting tags: .
      • PHP source code can also be enclosed in <?php ... ?> or <% ... %>, but additional options like line numbering are not possible here.

      Options and tips:

      • The language for the generic syntax highlighting tags can be specified with one of the attribute(s): type, lang, language. The possible values are: "c" (for C), "cpp" (for C++), "drupal5" (for Drupal 5), "drupal6" (for Drupal 6), "java" (for Java), "javascript" (for Javascript), "php" (for PHP), "python" (for Python), "ruby" (for Ruby).
      • Line numbering can be enabled/disabled with the attribute "linenumbers". Possible values are: "off" for no line numbers, "normal" for normal line numbers and "fancy" for fancy line numbers (every nth line number highlighted). The start line number can be specified with the attribute "start", which implicitly enables normal line numbering. For fancy line numbering the interval for the highlighted line numbers can be specified with the attribute "fancy", which implicitly enables fancy line numbering.
      • If the source code between the tags contains a newline (e.g. immediatly after the opening tag), the highlighted source code will be displayed as a code block. Otherwise it will be displayed inline.
      • Beside the tag style "<foo>" it is also possible to use "[foo]".

      Defaults:

      • Default highlighting mode for generic syntax highlighting tags: the default language used for syntax highlighting is "php".
      • Default line numbering: fancy line numbers (every 5 lines).

      Examples:

      You typeYou get
      <code>foo = "bar";</code>Inline code with the default syntax highlighting mode.
      <code>
      foo = "bar";
      baz = "foz";
      </code>
      Code block with the default syntax highlighting mode.
      <code lang="javascript" linenumbers="normal">
      foo = "bar";
      baz = "foz";
      </code>
      Code block with syntax highlighting for Javascript source code
      and normal line numbers.
      <code language="javascript" start="23" fancy="7">
      foo = "bar";
      baz = "foz";
      </code>
      Code block with syntax highlighting for Javascript source code,
      line numbers starting from 23
      and highlighted line numbers every 7th line.
  • Full HTML:
    • Web sayfası ve e-posta adresleri otomatik olarak bağlantıya çevrilir.
    • Satır ve paragraflar otomatik olarak tanınırlar. <br /> satır sonu, <p> paragraf ve </p> paragraf kapanışetiketleri otomatik olarak eklenirler. Eğer paragraflar otomatik olarak tanınmazsa basitçe bir çift satır sonu ekleyin.
    • Syntax highlighting of source code can be enabled with the following tags:

      • Generic syntax highlighting tags: "<code>", "<blockcode>".
      • Language specific syntax highlighting tags: .
      • PHP source code can also be enclosed in <?php ... ?> or <% ... %>, but additional options like line numbering are not possible here.

      Options and tips:

      • The language for the generic syntax highlighting tags can be specified with one of the attribute(s): type, lang, language. The possible values are: "c" (for C), "cpp" (for C++), "drupal5" (for Drupal 5), "drupal6" (for Drupal 6), "java" (for Java), "javascript" (for Javascript), "php" (for PHP), "python" (for Python), "ruby" (for Ruby).
      • Line numbering can be enabled/disabled with the attribute "linenumbers". Possible values are: "off" for no line numbers, "normal" for normal line numbers and "fancy" for fancy line numbers (every nth line number highlighted). The start line number can be specified with the attribute "start", which implicitly enables normal line numbering. For fancy line numbering the interval for the highlighted line numbers can be specified with the attribute "fancy", which implicitly enables fancy line numbering.
      • If the source code between the tags contains a newline (e.g. immediatly after the opening tag), the highlighted source code will be displayed as a code block. Otherwise it will be displayed inline.
      • Beside the tag style "<foo>" it is also possible to use "[foo]".

      Defaults:

      • Default highlighting mode for generic syntax highlighting tags: the default language used for syntax highlighting is "php".
      • Default line numbering: fancy line numbers (every 5 lines).

      Examples:

      You typeYou get
      <code>foo = "bar";</code>Inline code with the default syntax highlighting mode.
      <code>
      foo = "bar";
      baz = "foz";
      </code>
      Code block with the default syntax highlighting mode.
      <code lang="drupal5" linenumbers="normal">
      foo = "bar";
      baz = "foz";
      </code>
      Code block with syntax highlighting for Drupal 5 source code
      and normal line numbers.
      <code language="drupal5" start="23" fancy="7">
      foo = "bar";
      baz = "foz";
      </code>
      Code block with syntax highlighting for Drupal 5 source code,
      line numbers starting from 23
      and highlighted line numbers every 7th line.
 .