Start Journey.html

 vscode install first

shruti.html

<!DOCTYPE html>
<!-- This is our html document -->
<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 mame="description" content="This is description">
    <meta name="keywords" content="html, html tutorials, web development">
    <meta name="robots" content="INDEX.FOLLOW">
    <title>Shruti</title>
    <!-- This is how you include exrernal css -->
    <link rel="stylesheet" href="shruti.css">
    <!-- This is how you include exrernal Javasript -->
    <script src="shruti.js"></Script>

</head>
<body>
    Hello World
</body>
</html>

Comments

Popular posts from this blog

automation fitness center project synopsis

CSS : Position, absolute, relative ,fixed and sticky(tut25).html

Document.html