part19: 来源: http://www.codecademy.com/zh/cou ... fb998b470000202dc8b Link me! 链接我 Great! There's only one problem: your webpage is like a house with no doors. There's no way to get in or out! We'll fix that by adding a couple of links. 很好,这只剩下一个问题了:你的页面想一个没有门的房子。这儿没有路进出。我们将要通过一对链接来修复它。 Once you successfully add your links and hit Run, you've finished! Revel in the glory of your newly created webpage. 一旦你成功地添加了链接并使之有效,你就完工了。回味一下你新创建的网页。 If it still looks a little basic to you, don't worry. We'll soon teach you CSS to make your webpages look sharp! 对你来说它是否一直看起来像一个基础标题,别担心。我们马上会告诉你使用CSS来让你的网页看起来漂亮。 Instructions 操作指南 Add at least two links to your webpage. You can turn an image or a bit of text into a link; you can even turn part of the text inside your <p> tags into a link! 添加两个链接到你的页面。你可以用图片或一段文本来添加链接;你能使用“<p>”标签内容的一部分来添加链接。 Check out the Hint if you've forgotten how the <a> tag works. 如果你忘记了“<a>”标签的用处,点击“Hint”。