LoginSignup
1
0

More than 1 year has passed since last update.

HTML5での script タグの書き方

Posted at

たまに script タグを書く時にこの書き方を見るけど

<script type="text/javascript"></script>

HTML5 からはこの書き方で OK

<script></script>

外部ファイルを読み込むには、src 属性をつける

<script src="sample.js"></script>
1
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
1
0