part12: 来源: http://www.codecademy.com/zh/cou ... fb998b470000202dc8b Images and links 图片与连接 Good work! Let's make sure you really understand images and links before we move on to the review. 很好,在复习前让我们确认一下你是否真的理解图片与链接。 Instructions 操作指南 01. Between the <body> tags, add two images using the <img> tag. One should be a link; the other should not. The link can go anywhere you want. 01. 在“<body>”标签间通过使用“<img>”标签添加两张图片,一个需要连接,另一个不需要,链接地址可以是任何你想要的。 02. After your two images, create a link that's just a line of text. It can link anywhere you want. 02. 在图片后添加一行带有链接的文本,链接地址随意。 Check the Hint if you need help. 如果你需要帮助点击“Hint”。