開発環境
- OS X Yosemite - Apple (OS)
- Safari, Firefox, Google Chrome(Webプラウザ)
- Emacs (CUI)、BBEdit - Bare Bones Software, Inc. (GUI) (Text Editor)
- JavaScript (プログラミング言語)
Head First jQuery(Ryan Benedetti(著)、Ronan Cranley(著)、O'Reilly Media)のChapter 2(Selectors and Methods: Grab and Go)、EXERCISE(p.822)を解いてみる。
その他参考書籍
EXERCISE(p.822)
コード(BBEdit, Emacs)
<!doctype html>
<html>
<head>
<!-- -->
</head>
<body>
<header>
<h2>Jump for Joy Sale</h2>
</header>
<section>
<div><img src="images/jump1.jpg"></div>
<div><img src="images/jump2.jpg"></div>
<div><img src="images/jump3.jpg"></div>
<div><img src="images/jump4.jpg"></div>
</section>
</body>
<script src="jquery-2.1.1.js"></script>
</html>
0 コメント:
コメントを投稿