HTML英旅之行 第四天

[ 2005-10-10 09:36:28 | 作者: Admin ] 字号: | |
(四) Accelerate 加速

To be frank, I don't like some conceptual stuff. I like do something practical too.
老实说, 我也不喜欢概念上的东东. 我喜欢做点实际的.

Now let us make our first complete webpage.
现在让我们来做我们第一个完整的叶子.

I mean a simple page that contains header, body.
我是说一个有头有身的网页.

Here it is--
在这里--

====================
<!--a complete webpage 一个完整的网页-->

<!--Begin with HTML tag 以HTML标签开头-->
<HTML>

<!--This is HEAD 这是头部-->
<HEAD>

<!--TITLE 标题-->
<TITLE>First WebPage 第一个网页</TITLE>

</HEAD>

<!--This is BODY 这是体-->
<BODY>
My first web page 我的第一个网页
</BODY>

<!--End with HTML tag 以HTML标签结束-->
</HTML>
====================

You must have noticed that there are some tags like <!--...-->
你一定注意到有许多象<!--...-->那样的标签.

What are these?
这些是什么?

Basically, it is an empty tag because you cannot see it on the screen.
基本上来说, 它们是空标签因为你在屏幕上看不到它们.

They are comment tags where you can leave some notes.
这些是一些注释标签, 你可以留下注释.

It often begins with a closing bracket, an exclamation point. And this is the standard way.
它通常是以一个对角符号,一个感叹号开始. 这是标准的写法.

Without them, our page will like below, much more clear than the former one.
没有它们, 象下面我们的叶子看起来比上面那个更简单明了.

But sometimes it is necessary to leave your notes in the document especially when you are making a complicated webpage.
但是, 写注释是很必要的, 尤其是当你在做一个复杂的叶子的时候.

It is good to develop a "professional" habit at the beginning.
一开始就应养成一个"专业的"好习惯.

====================
<HTML>

<HEAD>
<TITLE>First Webpage 第一个网页</TITLE>
</HEAD>

<BODY>
My first complete webpage 我的第一个完整的网页
</BODY>

</HTML>
Share
评论Feed 评论Feed: http://www.85815.com/feed.asp?q=comment&id=877
UTF-8 Encoding 引用链接: http://www.85815.com/trackback.asp?id=877&key=
这篇日志没有评论.
发表
表情图标
[smile] [confused] [cool] [cry]
[eek] [angry] [wink] [sweat]
[lol] [stun] [razz] [redface]
[rolleyes] [sad] [yes] [no]
[heart] [star] [music] [idea]
UBB代码
转换链接
表情图标
悄悄话
用户名:   密码:   注册?
验证码 * 请输入验证码