るりまサーチ (Ruby 2.2.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.042秒)

別のキーワード

  1. rexml/document attributes
  2. attributes get_attribute
  3. attributes get_attribute_ns
  4. attributes each_attribute
  5. httprequest attributes

ライブラリ

モジュール

検索結果

CGI::HtmlExtension#img(attributes) -> String (64021.0)

img 要素を生成します。

img 要素を生成します。

@param attributes 属性をハッシュで指定します。

例:
img({ "SRC" => "src", "ALT" => "alt", "WIDTH" => 100, "HEIGHT" => 50 })
# <IMG SRC="src" ALT="alt" WIDTH="100" HEIGHT="50">