You are hereYazım önerileri

Yazım önerileri


  • Web sayfası ve e-posta adresleri otomatik olarak bağlantıya çevrilir.
  • İzin verilen HTML etiketleri: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>

    Bu site HTML içeriğine 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://webslave.org">webslave</a>webslave
    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 sorunsuz bir şekilde doğrudan girilebilir.

    Eğer sorunla karşılaşırsanız, HTML simge karşılığını kullanmayı deneyin. Genel bir örnek şuna benzer: Ve karakteri olan & 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 boş satır ekleyin.
  • Syntax highlighting of source code can be enabled with the following tags:

    • Generic syntax highlighting tags: "<code>", "<blockcode>".
    • Language specific syntax highlighting tags: .

    Options and tips:

    • The language for the generic syntax highlighting tags can be specified with one of the attribute(s): type, lang, language, class. The possible values are: "actionscript3" (for ActionScript 3), "ada" (for Ada), "apache" (for Apache configuration), "asm" (for ASM), "asp" (for ASP), "bnf" (for bnf), "c" (for C), "cpp" (for C++), "cpp-qt" (for C++ (QT)), "csharp" (for C#), "delphi" (for Delphi), "dos" (for DOS), "email" (for eMail (mbox)), "freebasic" (for FreeBasic), "html4strict" (for HTML), "ini" (for INI), "java" (for Java), "java5" (for Java(TM) 2 Platform Standard Edition 5.0), "javascript" (for Javascript), "latex" (for LaTeX), "lotusformulas" (for Lotus Notes @Formulas), "matlab" (for Matlab M), "mysql" (for MySQL), "oracle11" (for Oracle 11 SQL), "oracle8" (for Oracle 8 SQL), "pascal" (for Pascal), "perl" (for Perl), "php" (for PHP), "plsql" (for PL/SQL), "python" (for Python), "qbasic" (for QBasic/QuickBASIC), "reg" (for Microsoft Registry), "robots" (for robots.txt), "ruby" (for Ruby), "scheme" (for Scheme), "scilab" (for SciLab), "text" (for Text), "tsql" (for T-SQL), "vb" (for Visual Basic), "vbnet" (for vb.net), "xml" (for XML).
    • The supported tag styles are: <foo>, [foo].
    • 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.
    • A title can be added to a code block with the attribute "title".

    Defaults:

    • Default highlighting mode for generic syntax highlighting tags: when no language attribute is specified, no syntax highlighting will be done.
    • Default line numbering: no line numbers.

    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="ruby" linenumbers="normal">
    foo = "bar";
    baz = "foz";
    </code>
    Code block with syntax highlighting for Ruby source code
    and normal line numbers.
    <code language="ruby" start="23" fancy="7">
    foo = "bar";
    baz = "foz";
    </code>
    Code block with syntax highlighting for Ruby source code,
    line numbers starting from 23
    and highlighted line numbers every 7th line.

Sansür-süz





Sansüre HAYIR