開発環境
- 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 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>
0 コメント:
コメントを投稿