<!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="It is description">
<!-- meta name tag use = my website show on google with that keywords -->
<meta name="keyword" content="html, html tutorial, web devlopment">
<meta name="robots" content="INDEX, FOLLOW">
<!-- This is how you include external CSS -->
<link rel="stylesheet" href="Rajendra.css">
<title>meta tages and link-JS, CSS file</title>
<!-- This is how you include external Java Script -->
<script src="JS Rajendra"></script>
</head>
<body>
This matter into 4th video
</body>
</html>
Comments
Post a Comment