Saturday, April 22, 2017

Start learning web design Part-3

Introduction to web writing codes                                                                   


<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Title of the document</title>
</head>
<body>
Content of the document......
</body>
</html>

No comments:

Post a Comment