part18: 来源: http://www.codecademy.com/zh/cou ... fb998b470000202dc8b A picture's worth a thousand words 一图顶千言 Nice work! Your page is still looking a bit spare, though. Better add an image or two to spruce things up a bit. 做得好。你的页面看起来还是有些空,最好添加一到两张图片来让它漂亮点。 Remember, to insert an image from the web you will need to right-click and select "Copy image URL." Then use this URL in your <img> tag. 记住,想要添加一张网络图片到网页,你需要使用鼠标右键选择“复制图片链接地址”,然后在你的“<img>”标签中使用这个地址。 Instructions 操作指南 Insert an <img> tag between your <body> tags. Feel free to put it anywhere! (We think it'd look best after your <h1> tag, but before your <p> tags.) You can make the src attribute point to any image you like. 在“<body>”标签间添加“<img>”标签。它可以放在任何地方(我们认为它最好在“<h1>”之后,“<p>”之前)。你能使用“src”属性指向任何你想要的图片。