and
Nothing Special   »   [go: up one dir, main page]

sections, along with tags for description, keywords, and robots. External stylesheets and scripts are linked using and

Document : HTML Lang Charset Name Content Name Content Name Content Name Content

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

<!

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>

You might also like