Menu

HTML TUTORIALS - HTML Introduction

HTML Introduction

ADVERTISEMENTS

Creating HTML Document:


<html>
<head>
<title>This is document title</title>
</head>
<body>
<h1>This is a heading</h1>
<p>Document description goes here.....</p>
</body>
</html>

ADVERTISEMENTS
ADVERTISEMENTS