{curl 6.0 applet}
{curl-file-attributes character-encoding = "shift-jis"}


|| ←これは行コメントです。行の末尾までがコメントとして処理されます。

|#←これはブロックコメントです。
ブロックコメント内のすべての要素はコンパイラによって無視されます。
#|

||文字はデフォルトで黒字11ptです。
{title
      Curl入門
}
|| テキストの位置や大きさをこんな風に書きます。
{center
    { text
     font-size = 20pt,
     color = "orange",
    {bold
       Welcome to Curl Wold! 
   }
   }
    {br}
   {bold
   {italic
   {underline,
   ようこそ!Curlの世界へ!!
   }
   }    
   }
   }
|#　画像イメージの位置や大きさはこんな風に書きます
あらかじめimagesというフォルダを作ってpic_0142.jpgを入れておきます。
#|
{center
   {image 
       source = {url"images/pic_0142.jpg"}, 
       width = 120pixel, 
       height = 120pixel,
    }
}
{center
    はじめまして！僕マルチーズの漱石です。{br}
    ご一緒にCurlの勉強しましょう♪（*＾＾*）
}
|| 見出し1
{heading
   level = 1,
   {center
       text-underline? = true,
       color = "green",
       {bold
       プロフィール
       }
   }
}
|| テーブル
{center
   {table
       font-family = "Times",
       color = "navy",
       font-size = 12pt,
       cell-border-color = "gray",
       cell-border-width = 1pt,
       background = "white",
       {header-row background = "#FFFFCC", {cell 名前} {cell 漱石}}
       {row {cell 職業} {cell 犬 }}
       {row color = "black", {cell 年齢} {cell 2歳}}
       {row {cell 出身地} {cell 東京都}}
   }
}

{center  {hrule height=0.8mm ,color="gray"}}

{center 
   font-size = 10pt,
   カールについて詳しくは   
   {link  target="_blank",
   href={url "http://www.curlap.com"},
   株式会社カールのHP}
   をご覧ください.
}
















            
            


