<?xml version="1.0" encoding="UTF-8" ?><rdf:RDF 
  xmlns="http://purl.org/rss/1.0/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:atom="http://www.w3.org/2005/Atom"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xml:lang="ja">
  <channel rdf:about="http://w.atwiki.jp/korekore123/">
    <title>htmlタグ @ ウィキ</title>
    <link>http://w.atwiki.jp/korekore123/</link>
    <atom:link href="https://w.atwiki.jp/korekore123/rss10.xml" rel="self" type="application/rss+xml" />
    <atom:link rel="hub" href="https://pubsubhubbub.appspot.com" />
    <description>htmlタグ @ ウィキ</description>

    <dc:language>ja</dc:language>
    <dc:date>2007-12-05T15:44:50+09:00</dc:date>
    <utime>1196837090</utime>

    <items>
      <rdf:Seq>
                <rdf:li rdf:resource="https://w.atwiki.jp/korekore123/pages/13.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/korekore123/pages/12.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/korekore123/pages/11.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/korekore123/pages/10.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/korekore123/pages/9.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/korekore123/pages/8.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/korekore123/pages/7.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/korekore123/pages/6.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/korekore123/pages/5.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/korekore123/pages/4.html" />
              </rdf:Seq>
    </items>
	
		
    
  </channel>
    <item rdf:about="https://w.atwiki.jp/korekore123/pages/13.html">
    <title>リストタグ</title>
    <link>https://w.atwiki.jp/korekore123/pages/13.html</link>
    <description>
      *マーク付きリスト


     &lt;ul&gt;&lt;li&gt; マーク付きリストを作る
     &lt;ul type=&quot;&quot;&gt;&lt;li type=&quot;&quot;&gt; マークを変更する

**番号付きリスト


     &lt;ol&gt;&lt;li&gt; 番号付きリストを作る
     &lt;ol type=&quot;&quot;&gt;&lt;li type=&quot;&quot;&gt; 番号の種類を変更する
     &lt;ol start=&quot;&quot;&gt;&lt;li&gt; 開始番号を変更する
     &lt;ol&gt;&lt;li value=&quot;&quot;&gt; 途中で番号を変更する

***定義型リスト


     &lt;dl&gt;&lt;dt&gt;&lt;dd&gt; 定義型リストを作る
     &lt;dl compact&gt;&lt;dt&gt;&lt;dd&gt; 改行を入れずに定義型リストを作る    </description>
    <dc:date>2007-12-05T15:44:50+09:00</dc:date>
    <utime>1196837090</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/korekore123/pages/12.html">
    <title>リンク</title>
    <link>https://w.atwiki.jp/korekore123/pages/12.html</link>
    <description>
      *リンク


     &lt;a href=&quot;&quot;&gt; リンクボタンを作る
     &lt;a href=&quot;&quot;&gt;&lt;img src=&quot;&quot;&gt; 画像でリンクボタンを作る
     &lt;a href=&quot;&quot; target=&quot;&quot;&gt; リンク先ページの表示ウィンドウを指定する
     &lt;base href=&quot;&quot;&gt; 相対リンクの基準となるページを指定する

----

**ページ内リンク

     &lt;a href=&quot;#&quot;&gt;&lt;a name=&quot;&quot;&gt; 同じページ内にリンクする
     &lt;a href=&quot;url#&quot;&gt;&lt;a name=&quot;&quot;&gt; 別ページの指定した部分へリンクする

----

***メール送信リンク

     &lt;a href=&quot;mailto:address&quot;&gt; リンクのクリックでメールソフトを起動させる
     &lt;a href=&quot;mailto:address?subject=&amp;body=&quot;&gt; 起動させたメールに件名や本文を入れる

----    </description>
    <dc:date>2007-12-03T11:20:42+09:00</dc:date>
    <utime>1196648442</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/korekore123/pages/11.html">
    <title>ページ全般</title>
    <link>https://w.atwiki.jp/korekore123/pages/11.html</link>
    <description>
        ・  * &lt;!DOCTYPE HTML PUBLIC &quot;&quot;&gt; DOCTYPE宣言
  ・  * &lt;html&gt;&lt;head&gt;&lt;body&gt; ページの基本タグ
  ・  * &lt;html lang=&quot;&quot;&gt; 言語を指定する
  ・  * &lt;html dir=&quot;&quot;&gt; 文字の表示方向を指定する
  ・  * &lt;title&gt; ページにタイトルを付ける    </description>
    <dc:date>2007-12-03T10:13:50+09:00</dc:date>
    <utime>1196644430</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/korekore123/pages/10.html">
    <title>プラグイン/コメント</title>
    <link>https://w.atwiki.jp/korekore123/pages/10.html</link>
    <description>
      * コメントプラグイン
@wikiのwikiモードでは
 #comment()
と入力することでコメントフォームを簡単に作成することができます。
詳しくはこちらをご覧ください。
＝＞http://atwiki.jp/guide/17_60_ja.html


-----
たとえば、#comment() と入力すると以下のように表示されます。

#comment    </description>
    <dc:date>2007-11-24T11:49:56+09:00</dc:date>
    <utime>1195872596</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/korekore123/pages/9.html">
    <title>プラグイン/関連ブログ</title>
    <link>https://w.atwiki.jp/korekore123/pages/9.html</link>
    <description>
      * 関連ブログ
@wikiのwikiモードでは
 #bf(興味のある単語)
と入力することで、あるキーワードに関連するブログ一覧を表示することができます

詳しくはこちらをご覧ください。
＝＞http://atwiki.jp/guide/17_161_ja.html

-----


たとえば、#bf(ゲーム)と入力すると以下のように表示されます。


#bf(ゲーム)
    </description>
    <dc:date>2007-11-24T11:49:56+09:00</dc:date>
    <utime>1195872596</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/korekore123/pages/8.html">
    <title>プラグイン</title>
    <link>https://w.atwiki.jp/korekore123/pages/8.html</link>
    <description>
      @wikiにはいくつかの便利なプラグインがあります。

-----


#ls

-----

これ以外のプラグインについては@wikiガイドをご覧ください
=&gt;http://atwiki.jp/guide/
    </description>
    <dc:date>2007-11-24T11:49:56+09:00</dc:date>
    <utime>1195872596</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/korekore123/pages/7.html">
    <title>プラグイン/動画(Youtube)</title>
    <link>https://w.atwiki.jp/korekore123/pages/7.html</link>
    <description>
      * 動画(youtube)
@wikiのwikiモードでは
 #video(動画のURL)
と入力することで、動画を貼り付けることが出来ます。
詳しくはこちらをご覧ください。
＝＞http://atwiki.jp/guide/17_209_ja.html

また動画のURLはYoutubeのURLをご利用ください。
＝＞http://www.youtube.com/

-----


たとえば、#video(http://youtube.com/watch?v=kTV1CcS53JQ)と入力すると以下のように表示されます。


#video(http://youtube.com/watch?v=kTV1CcS53JQ)

    </description>
    <dc:date>2007-11-24T11:49:56+09:00</dc:date>
    <utime>1195872596</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/korekore123/pages/6.html">
    <title>プラグイン/アーカイブ</title>
    <link>https://w.atwiki.jp/korekore123/pages/6.html</link>
    <description>
      * アーカイブ
@wikiのwikiモードでは
 #archive_log()
と入力することで、特定のウェブページを保存しておくことができます。
詳しくはこちらをご覧ください。
＝＞http://atwiki.jp/guide/25_171_ja.html


-----


たとえば、#archive_log()と入力すると以下のように表示されます。
保存したいURLとサイト名を入力して&quot;アーカイブログ&quot;をクリックしてみよう


#archive_log()
    </description>
    <dc:date>2007-11-24T11:49:56+09:00</dc:date>
    <utime>1195872596</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/korekore123/pages/5.html">
    <title>プラグイン/編集履歴</title>
    <link>https://w.atwiki.jp/korekore123/pages/5.html</link>
    <description>
      * 更新履歴
@wikiのwikiモードでは
 #recent(数字)
と入力することで、wikiのページ更新履歴を表示することができます。
詳しくはこちらをご覧ください。
＝＞http://atwiki.jp/guide/17_117_ja.html


-----


たとえば、#recent(20)と入力すると以下のように表示されます。


#recent(20)
    </description>
    <dc:date>2007-11-24T11:49:56+09:00</dc:date>
    <utime>1195872596</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/korekore123/pages/4.html">
    <title>プラグイン/ニュース</title>
    <link>https://w.atwiki.jp/korekore123/pages/4.html</link>
    <description>
      * ニュース
@wikiのwikiモードでは
 #news(興味のある単語)
と入力することで、あるキーワードに関連するニュース一覧を表示することができます
詳しくはこちらをご覧ください。
＝＞http://atwiki.jp/guide/17_174_ja.html


-----


たとえば、#news(wiki)と入力すると以下のように表示されます。


#news(wiki)
    </description>
    <dc:date>2007-11-24T11:49:56+09:00</dc:date>
    <utime>1195872596</utime>
  </item>
  </rdf:RDF>
