開発環境
- 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 10(divs and spans: Advanced Web Construction)、EXERCISE(No. 7227)を解いてみる。
EXERCISE(No. 7227)
HTML (BBEdit, Emacs)
<style>
a:link {
color:green;
}
a:visited {
color: red;
}
a:hover {
color: yellow;
}
</style>
<p>
<a href="http://sitekamimura.blogspot.com">Kamimura's blog</a>
</p>
0 コメント:
コメントを投稿