1. 程式人生 > >html language

html language

1. hello world.

<html>
<body>

<h1>My First Heading</h1>

<p>hell world.</p>

</body>
</html>

Then save as "hello.html", using web brower can open it as below.

 

(end)