1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Webの勉強はじめてみた その3 ~HTMLへの動画埋め込みとJS編のはじめに~

Last updated at Posted at 2021-11-25

今日は2コマ受講しました。
ちょっとした自己紹介ページとJavaScriptのさわり。

今日やったこと

:::note 1. 動画埋め込み 2. document.write :::

気付いたこと

:::note 1. ニコニコ動画はscript、YouTubeはiframe 2. JavaScriptにもバージョンがあった 3. テンプレートリテラル :::

1. JavaScript と iframeの違い

あとvideoタグ、使ったことないけれど適宜使い分ける感じなのかな。

JavaScriptのバージョン

これ、初めて知りました。 とはいえよくわからないのが本音。

使うときにはそんな意識することでもないんだろうか?

テンプレートリテラル

こういうちょっとしたの好きかもしれない。 三項演算子みたいな。 `document.write(`101×180+3001÷11は${101*180+3001/11}です`);`

まとめ

いよいよJSに取り掛かるけれど、 忘れてるところも多数あるので一からやるつもりでがんばります。
1
0
2

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?