るりまサーチ

最速Rubyリファレンスマニュアル検索!
24件ヒット [1-24件を表示] (0.014秒)
トップページ > クエリ:target[x] > ライブラリ:cgi/html[x]

別のキーワード

  1. srv target
  2. resolv target
  3. resource target
  4. instruction target
  5. instruction target=

モジュール

検索結果

CGI::HtmlExtension#a(href = "") -> String (14.0)

a 要素を生成します。

...定することもできます。

例:
a("http://www.example.com") { "Example" }
# => "<A HREF=\"http://www.example.com\">Example</A>"

a("HREF" => "http://www.example.com", "TARGET" => "_top") { "Example" }
# => "<A HREF=\"http://www.example.com\" TARGET=\"_top\">Example</A>"...

CGI::HtmlExtension#a(href = "") { ... } -> String (14.0)

a 要素を生成します。

...定することもできます。

例:
a("http://www.example.com") { "Example" }
# => "<A HREF=\"http://www.example.com\">Example</A>"

a("HREF" => "http://www.example.com", "TARGET" => "_top") { "Example" }
# => "<A HREF=\"http://www.example.com\" TARGET=\"_top\">Example</A>"...