Section 4 : HTML

What is HTML? HTML is Hyper Text Markup Language,it's markup language(markup tag). How web works with HTTP?

1.The simple example of HTML :

<html>
<head>
  <title>Hello</title>
</head>
<body>
  <h1>Hello, world!</h1>
</body>
</html>

2.The tutorial:

Online learning Site The same site in chinese

HTML 4.01 快速参考

W3School TIY offers the online debugging

HTML 参考手册 HTML 全局属性


P.S. I DON'T HAVE ENOUGH TIME FOR WRIING THIS SECTION, SO THAT'S IT. MAYBE I will explain in detail when I have free time.

results matching ""

    No results matching ""