This is the first one
You can use HTML to build your own web site.In this tutorial, you will learn how to use HTML to create a site.
HTML is easy to learn! I believe you can learn it soon!
HTML instance
This tutorial contains hundreds of HTML instances.Using the editor of this site, you can easily modify the HTML online and view the results of the instance run.
Examples
[code type="HTML"]<!DOCTYPE html>
<html>
<body>
<h1>My first title</h1>
<p>My first passage.</p>
</body>
</html>[/code]
Start learning HTML!
HTML instance
You can use HTML to build your own web site.In this tutorial, you will learn how to use HTML to create a site.
HTML is easy to learn![right-side]