Saturday, May 4, 2013

To start a website with HTML

<!DOCTYPE html>
<html>
<head>
<title>
Title Name
</title>
</head>
<body>
Body information
</body>
</html>

No comments:

Post a Comment