繁体中文
设为首页
加入收藏
当前位置:网站制作首页 >> HTML教程 >> HTML 摘要

HTML 摘要

2007-07-15 08:00:00  作者:  来源:互联网  浏览次数:0  文字大小:【】【】【
简介:HTML Summary HTML摘要 This tutorial has taught you how to use HTML to create your own web site. 此教程已经让你知道如何使用HTML来建立你的WEB站点。 HTML is the universal markup language for the Web....
关键字:摘要 HTML

HTML Summary

HTML摘要

This tutorial has taught you how to use HTML to create your own web site.

此教程已经让你知道如何使用HTML来建立你的WEB站点。

HTML is the universal markup language for the Web. HTML lets you format text, add graphics, create links, input forms, frames and tables, etc., and save it all in a text file that any browser can read and display.

HTML在WEB上的应用非常普及。HTML让你能够格式化文字,添加图片,连接以及表单和框架,表格等等。而且它们可以在目前任何一款浏览器里阅读。

The key to HTML is the tags, which indicates what content is coming up.

HTML的关键是标签,它们左右内容的表现形式

For more information on HTML, please take a look at our HTML examples and our HTML reference.

要寻找有关HTML的更多信息吗?您可以查看我们的HTML参考以及HTML举例

Now You Know HTML, What's Next?

现在你已经了解了HTML,那下面是?

The next step is to learn XHTML and CSS.

下一步就是去学习XHTML和CSS

XHTML

XHTML is the "new" HTML. The latest HTML recommendation is HTML 4.01. This is the last and final HTML version.

XHTML是"新一代"的HTML。HTML4.01是将是HTML的最后一个版本。

HTML will be replaced by XHTML, which is a stricter and cleaner version of HTML.

HTML将被XHTML所取代,它将比HTML更为严密、简洁。

If you want to learn more about XHTML, please visit our XHTML tutorial.

如果你想要学习有关XHTML的知识,可以访问我们的XHTML教程

CSS

CSS is used to control the style and layout of multiple Web pages all at once.

CSS能够有效而又方便的控制多个页面的布局和样式

With CSS, all formatting can be removed from the HTML document and stored in a separate file.

利用CSS就能够让HTML文档中的格式化信息分离到单独的文件中

CSS gives you total control of the layout, without messing up the document content.

CSS可以让你控制布局,而又不会影响到文档的内容

To learn how to create style sheets, please visit our CSS tutorial.

想学习如何建立样式表的话,可以访问我们的CSS教程

责任编辑:admin
相关文章