Welcome

HTML Tutorials

Learn HTML
Learn HTML5
Learn XHTML
Learn CSS
Learn TCP/IP

Browser Scripting

Learn JavaScript
Learn HTML DOM
Learn DHTML
Learn VBScript
Learn AJAX
Learn jQuery
Learn E4X

XML Tutorials

Learn XML
Learn DTD
Learn XML DOM
Learn XSLT
Learn XPath
Learn XQuery
Learn XLink
Learn XPointer
Learn Schema
Learn XSL-FO
Learn XForms

Server Scripting

Learn SQL
Learn ASP
Learn ADO
Learn PHP
Learn ASP.NET
Learn .NET Mobile

Web Services

Learn Web Services
Learn WSDL
Learn SOAP
Learn RSS
Learn RDF
Learn WAP
Learn WMLScript

Multimedia

Learn Media
Learn SMIL
Learn SVG
Learn Flash

Web Building

Web Building
Web Browsers
Web Certification
Web Hosting
Web W3C
Web Quality
Web Semantic

HTML教程

« 首页 下一章 »

HTML

你可以用HTML来创建自己的网站。

本教程提供了全面学习HTML的内容。

HTML很容易学,你会喜爱它的!

各章示例

本教程提供超过100个HTML示例。

通过我们的在线HTML编辑器,你可以修改HTML并立即查看实际效果:

示例

<html>
<body>

<h1>我的第一个标题</h1>

<p>我的第一个段落</p>

</body>
</html>

试一试 »

点击“试一试”按钮,可以查看实际效果。

在整个教程中,你将看到超过100个示例,你可以自己修改并测试这些示例。

开始学习HTML!

« 首页 下一章 »

CSS Tutorial

« Home Next Chapter »

CSS

Save a lot of work with CSS!

In our CSS tutorial you will learn how to use CSS to control the style and layout of multiple Web pages all at once.

Start learning CSS now!

CSS Example

body
{
background-color:#d0e4fe;
}
h1
{
color:orange;
text-align:center;
}
p
{
font-family:"Times New Roman";
font-size:20px;
}

Try it yourself »

CSS Units

CSS Colors

« Home Next Chapter »

AJAX Tutorial

AJAX教程

Previous Next

AJAX

AJAX = Asynchronous JavaScript and XML.

AJAX = 异步JavaScript和XML

AJAX is based on JavaScript and HTTP requests.

AJAX是基于JavaScript和HTTP请求的。

AJAX is a type of programming made popular in 2005 by Google (with Google Suggest).

AJAX是Google倡导在2005年流行起来的一类编程技术。

AJAX is not a new programming language, but a new way to use existing standards.

AJAX不是一门全新的编程语言,仅仅是现有技术基础的一个新门类。

Start learning AJAX now!

让我们开始学习AJAX吧


Previous Next

PHP Tutorial

« gaohf.com Home Next Chapter »

PHP

PHP is a powerful tool for making dynamic and interactive Web pages.

PHP is the widely-used, free, and efficient alternative to competitors such as Microsoft's ASP.

In our PHP tutorial you will learn about PHP, and how to execute scripts on your server.

Start learning PHP now!