Menu

HTML TUTORIALS - HTML Quick Guide

HTML Quick Guide

ADVERTISEMENTS


<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 4.0//EN">
<html>
<head>
<title>Document Title like HTML Tutorial</title>
</head>

<body>
   Document Text with other tags will come here.
</body>

</html>

ADVERTISEMENTS
ADVERTISEMENTS