intro
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="this is description">
<meta name="keywords" content="html, html tutorials, web development">
<meta name="robots" content="INDEX, FOLLOW">
<title>Document</title>
<!-- this is how you include external css and js-->
<link rel="stylesheet" href="shresthy.css">
<script src="shresthy.js"></script>
</head>
<body>
</body>
</html>
Comments
Post a Comment