Wednesday, January 21, 2015

HTML Tutorial- 1


Source Code:

<html>
<head><title>This is my title</title></head>
<body>
<h1>This is my first heading</h1>
This is my body
</body>
</html>

Result:


No comments:

Post a Comment