2014年11月26日水曜日

開発環境

Head First HTML and CSS(Elisabeth Robson (著)、 Eric Freeman (著)、O'Reilly Media)のChapter 8(Styling with Fonts and Colors: Expanding Your Vocabulary)、Sharpen your pencil(p.335)を解いてみる。

Sharpen your pencil(p.335)

HTML (BBEdit, Emacs)

<div style="font-size: small;">
<h1 style="font-size:220%;">font-size:220%;</h1>
<h2 style="font-size: 130%; font-weight: normal;">font-size: 130%; font-weight: normal;</h2>
</div>

font-size:220%;

font-size: 130%; font-weight: normal;

0 コメント:

コメントを投稿