|
30楼#
发布于:2014-01-28 22:05
有一个标题是极好的
part16:
来源: http://www.codecademy.com/zh/courses/web-beginner-en-LceTK/0/3?curriculum_id=50579fb998b470000202dc8b It's better with a header 有一个标题是极好的 Your webpage could use an <h1> header between the body tags to let everyone know that the page is about you. 你需要在“<body>”标签间用一个“<h1>”标签来告诉每一个到访者关于你。 Instructions 操作指南 Create an <h1> tag inside your body tags. Between your opening <h1> and closing </h1> tags, type your name for all to see! 在“<body>”标签间添加一个“<h1>”标签,在“<h1>”标签间写入你的名字。 |
|
|
31楼#
发布于:2014-01-28 22:18
告诉我们关于你的事情
part17:
来源: http://www.codecademy.com/zh/courses/web-beginner-en-LceTK/0/4?curriculum_id=50579fb998b470000202dc8b Tell us about yourself 告诉我们关于你的事情 Your page is coming along, but it's not telling us much yet. 你的页面就要完成了,但是现在它没有告诉我们更多信息。 You could use a paragraph or two telling your readers what your interests are, what you do for a living, how much you love learning HTML, and so on. 你需要使用一段或者两段文本来告诉你的读者关于你的信息,例如你的兴趣、你以何为生,你多喜爱学习HTML或者其他。 Instructions 操作指南 Insert three <p> tags after your <h1> tag (but before your closing </body> tag!). Write a little bit about yourself in each of the three paragraphs. You can say whatever you want! It's your webpage. 在“<h1>”标签后添加三个“<p>”标签(但是需要在“<body>”的结束标签前)。写一个关于你这三段内容的标题。你能写任何你想的内容,这是你的网页。 |
|
|
32楼#
发布于:2014-01-28 22:28
一图顶千言
part18:
来源: http://www.codecademy.com/zh/courses/web-beginner-en-LceTK/0/5?curriculum_id=50579fb998b470000202dc8b 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”属性指向任何你想要的图片。 |
|
|
33楼#
发布于:2014-01-28 22:41
这只剩下一个问题了
part19:
来源: http://www.codecademy.com/zh/courses/web-beginner-en-LceTK/0/6?curriculum_id=50579fb998b470000202dc8b 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”。 |
|
|
35楼#
发布于:2014-03-20 12:52
英语盲对这个正感兴趣
英语盲对这个正感兴趣,太感谢LZ了,爱莫能助,只能给予精神上的至此了加油!(o^^)oo(^^o) |
|
上一页
下一页