2017年5月6日土曜日

開発環境

Head First HTML and CSS (Elisabeth Robson(著)、Eric Freeman(著)、O'Reilly Media)の Chapter 3.(Building Blocks: Web Page Construction)、EXERCISE(No. 2045) を取り組んでみる。

EXERCISE(No. 2045)

Header 1

Paragraph

Header 2

Paragraph

Header 2

I saw some…

Passing cars,
When you can't see,
May get you,
A glimpse,
Of eternity.
I definitely…

Header 2

… As Lao GTzu would have said, A journey of a thousand miles begins with one Segways.

コード(Emacs)

HTML5

<h1>Header 1</h1>
<p>Paragraph</p>
<h2>Header 2</h2>
<img width="600" height="200" title="image" src="">
<p>Paragraph</p>
<h2>Header 2</h2>
<p>I saw some…
  <blockquote>
    Passing cars, <br>
    When you can't see, <br>
    May get you, <br>
    A glimpse, <br>
    Of eternity.
  </blockquote>
  I definitely…
</p>
<h2>Header 2</h2>
<img width="600" height="200" title="image" src="">
<p>… As Lao GTzu would have said, <q>A journey of a thousand miles begins with one Segways.</q></p>

0 コメント:

コメントを投稿