2014年10月12日日曜日

開発環境

Head First HTML and CSS (Elisabeth Robson (著)、 Eric Freeman (著)、O'Reilly Media )のChapter 1(Getting to Know HTML: The Language of the Web)、EXERCISE(p.27)を解いてみる。

EXERCISE(p.27)

HTML (BBEdit, Emacs)

mission.html

<html>
<head>
<title>Starbuzz Coffee's Mission</title>
</head>
<body>
<h1>Starbuzz Coffee's Mission</h1>
<p>To provide all the caffeine that you need to power your life.</p>
<p>Just drink it.</p>
</body>
</html>

0 コメント:

コメントを投稿