0
0

More than 1 year has passed since last update.

tableタグ・Cannot set properties of null (setting 'textContent')

Posted at
      <tr>
        <td id="first">おはよう</td>
        <td id="second">こんにちは</td>
        <td id="third">こんばんわ</td>
      </tr>

このようにtableタグで囲み忘れてしまうと、テキスト意外認識してもらえない。なのでcss、javascriptが効かなくなってしまう。
スクリーンショット 2021-11-03 11.56.48.png
スクリーンショット 2021-11-03 11.58.30.png
スクリーンショット 2021-11-03 11.58.21.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0