ログイン

js
8問 • 8ヶ月前
  • ねむいねこ
  • 通報

    問題一覧

  • 1

    テキストに下線 obj.style.A

    textDecoration = "underline";

  • 2

    /ブロックの内側に30pxの余白 obj.style.A

    padding = "30px";

  • 3

    // 文字のサイズを15pt // obj.style.A

    fontSize = "15pt";

  • 4

    // 背景色を#ffff00 // obj.style.A

    backgroundColor = "#ffff00";

  • 5

    // 文字の色を赤 red // obj.style.A

    color = "red";

  • 6

    // ブロックを非表示(場所は確保) // obj.style.A

    visibility = "hidden";

  • 7

    // ブロックを非表示(場所は確保しない) // obj.style.A

    display = "none";

  • 8

    // 黒い点線3pxのボーダーを設定 // obj.style.A

    border = "3px dotted #000000";

  • html5(WEBの基礎知識)

    html5(WEBの基礎知識)

    ねむいねこ · 23問 · 11ヶ月前

    html5(WEBの基礎知識)

    html5(WEBの基礎知識)

    23問 • 11ヶ月前
    ねむいねこ

    R6③

    R6③

    ねむいねこ · 40問 · 8ヶ月前

    R6③

    R6③

    40問 • 8ヶ月前
    ねむいねこ

    R6①

    R6①

    ねむいねこ · 40問 · 8ヶ月前

    R6①

    R6①

    40問 • 8ヶ月前
    ねむいねこ

    苦手な問題

    苦手な問題

    ねむいねこ · 100問 · 8ヶ月前

    苦手な問題

    苦手な問題

    100問 • 8ヶ月前
    ねむいねこ

    問題一覧

  • 1

    テキストに下線 obj.style.A

    textDecoration = "underline";

  • 2

    /ブロックの内側に30pxの余白 obj.style.A

    padding = "30px";

  • 3

    // 文字のサイズを15pt // obj.style.A

    fontSize = "15pt";

  • 4

    // 背景色を#ffff00 // obj.style.A

    backgroundColor = "#ffff00";

  • 5

    // 文字の色を赤 red // obj.style.A

    color = "red";

  • 6

    // ブロックを非表示(場所は確保) // obj.style.A

    visibility = "hidden";

  • 7

    // ブロックを非表示(場所は確保しない) // obj.style.A

    display = "none";

  • 8

    // 黒い点線3pxのボーダーを設定 // obj.style.A

    border = "3px dotted #000000";