開発環境
- macOS Sierra - Apple (OS)
- Emacs (Text Editor)
- Safari(Web browser)
Head First HTML and CSS (Elisabeth Robson(著)、Eric Freeman(著)、O'Reilly Media)の Chapter 5.(Adding Images to your Pages: Meeting the Media)、SHARPEN YOUR PENCIL(No. 3485) を取り組んでみる。
SHARPEN YOUR PENCIL(No. 3485)
Welcome to myPod
Welcome to the place …
Me and my iPod …
コード(Emacs)
HTML5
<link rel="stylesheet" href="sample3.css"> <div id="d0"> <h1>Welcome to myPod</h1> <p> Welcome to the place … </p> <p> Me and my iPod … </p> <p> <img alt="seattle_video.jpg" src=""> </p> </div>
CSS
#d0 { background-color: #eaf3da; }
0 コメント:
コメントを投稿