開発環境
- 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. 7315)を解いてみる。
EXERCISE(No. 7315)
HTML (BBEdit, Emacs)
<style>
a:link {
color:#007e7e;
}
a:visited {
color:#333333;
}
</style>
<p>
Now that you've experienced the lounge <em>virtually</em>, isn't
it time to check us out <em>for real</em>? We're located right
in the heart of Webville, and we've created some
<a href="http://sitekamimura.blogspot.com"
title="Kamimura's blog">detailed directions</a>
to get you here in record time. No reservations necessary;
come and join us anytime.
</p>
Now that you've experienced the lounge virtually, isn't it time to check us out for real? We're located right in the heart of Webville, and we've created some detailed directions to get you here in record time. No reservations necessary; come and join us anytime.
0 コメント:
コメントを投稿