HTML

HTML basic


it is basic HTML coding with help of this you can show your result on your browser easily .



Try it .... !



<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>

<h1>This is a Heading</h1>
<p>This is a paragraph.</p>

</body>
</html>




Previous
Next Post »