Document : HTML Lang Charset Name Content Name Content Name Content Name Content
Document : HTML Lang Charset Name Content Name Content Name Content Name Content
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, web development" >
<meta name= "robots" content="NOINDEX, NOFOLLOW" >
<title>Document</title>
<!-- This is how you include external css -->
<link rel="stylesheet" href="harry.css">
<!-- this is how you include external javascript -->
<script src="harry.js"></script>
</head>
<body>
</body>
</html>
<!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, web development" >
<meta name= "robots" content="NOINDEX, NOFOLLOW" >
<title>Document</title>
<!-- This is how you include external css -->
<link rel="stylesheet" href="harry.css">
<!-- this is how you include external javascript -->
<script src="harry.js"></script>
</head>
<body>
</body>
</html>