Title, Script, Link and Meta Tags(HTML)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<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>This is title</title>
<!-- this is how you include external css -->
<link rel="stylesheet" href="suraj.css">
<!-- this is how you include javascript -->
<script src="suraj.js"></script>
</head>
<body>
This is my body content
</body>
</html>
Comments
Post a Comment