0
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?

Web初心者向け 基本的な概念

Posted at

Webアプリの初心者向け

HTML,CSS,JavaScriptの関係が伝わる記事を作成してみました。
HTMLは「構造」を作り、ページの中身を記述します。
CSSは「デザイン」を追加して、ページを見やすく、おしゃれにします。
JavaScriptは「動作」を加えて、ウェブページを変化させる仕組みです。
クリックやスクロールといったアクションで、ページの見た目や内容を動的に変えることができます」
例:ショッピングサイト
「商品をカートに追加するボタンを押すと、JavaScriptが動作して、画面に『商品が追加されました』というメッセージを表示したり、カートのアイコンが更新される仕組みです。」

下記リンクより参照
https://github.com/HiHiroyoshi/SampleWebPage

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?