全球最大的中文IT教程网站之一
PYTHON
 

Python3 最新教程


HTML

首 段

使用HTML可以创建属于您自己的网站。

本教程教您有关HTML的一切。

HTML非常易学 - 您会喜欢它。


每个章节中的示例

这个PYTHON教程包含了数百个Python代码示例。

使用我们的在线 PYTHON 编辑器,您可以编辑你的代码,然后单击按钮即可查看结果。

代码示例

<!DOCTYPE html>
<html>
<head>
<title>页面标题 - Python中文网 </title>
</head>
<body>

<h1>这里是一个大标题 </h1>
<p>这里是一个段落</p>

</body>
</html>
试一试 »
Note 点击“试一试”按钮以查看它是如何工作的。

现在,开始学习HTML吧!


HTML 案例

在HTML教程的结尾,您可以找到200多个示例。

通过我们的在线编辑器,您可以自己编辑和测试每个示例。

Go to HTML Examples!


HTML Quiz Test

Test your HTML skills at W3Schools!

Start HTML Quiz!


HTML References

At W3Schools you will find complete references about tags, attributes, events, color names, entities, character-sets, URL encoding, language codes, HTTP messages, and more.

HTML Tag Reference


HTML Exam - Get Your Diploma!

W3Schools Certification

W3Schools' Online Certification

The perfect solution for professionals who need to balance work, family, and career building.

More than 10 000 certificates already issued!

Get Your Certificate »

The HTML Certificate documents your knowledge of HTML.

The HTML5 Certificate documents your knowledge of advanced HTML5.

The CSS Certificate documents your knowledge of advanced CSS.

The JavaScript Certificate documents your knowledge of JavaScript and HTML DOM.

The jQuery Certificate documents your knowledge of jQuery.

The PHP Certificate documents your knowledge of PHP and SQL (MySQL).

The XML Certificate documents your knowledge of XML, XML DOM and XSLT.

The Bootstrap Certificate documents your knowledge of the Bootstrap framework.