2014年10月15日水曜日

開発環境

Head First HTML and CSS (Elisabeth Robson (著)、 Eric Freeman (著)、O'Reilly Media )のChapter 2(Going Further with Hypertext: Meeting the "HT" in HTML)、EXERCISE(p.54)を解いてみる。

EXERCISE(p.54)

HTML (BBEdit, Emacs)

elixir.html

<html>

    <p><a href="lounge.html">Back to the lounge</a></p>
  </body>
</html>

directions.html

<html>

    <p><a href="lounge.html">Back to the Lounge</a></p>
  </body>
</html>

0 コメント:

コメントを投稿