開発環境
- OS X Yosemite - Apple (OS)
- Safari, Firefox + Firebug, Google Chrome(Webプラウザ、プラグイン)
- BBEdit - Bare Bones Software, Inc. (GUI) , Emacs (CUI) (Text Editor)
- HTML (マークアップ言語)
- Cascading Style Sheets(CSS) (スタイルシート)
Head First HTML and CSS (Elisabeth Robson (著)、 Eric Freeman (著)、O'Reilly Media )のChapter 3(Building Blocks: Web Page Construction)、EXERCISE(p.88)を解いてみる。
EXERCISE(p.88)
入出力結果(Terminal)
HTML (BBEdit, Emacs)
<html>
<head>
<title>Segway'n USA</title>
</head>
<body>
<h1>Segway'n USA</h1>
<p>
Documenting…
</p>
<h2>August 20, 2012</h2>
<img alt="segway2">
<p>
Well I made it…
</p>
<h2>July 14, 2012</h2>
<p>
I saw some…
</p>
<h2>June 2, 2012</h2>
<img alt="segway1">
<p>
My first day of…
As Lao True would have said, <q>A journey of … with one Segway.</q>
</p>
</body>
</html>
0 コメント:
コメントを投稿