Meta Tags HTML

 <!DOCTYPE html>

<html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="author" content="Harshit vashisth">
        <meta name="description" content="This is metatag tutorial">
        <meta name="keywords" content="lesson, tutorial, html tutorial">
        <title></title>
    </head>
</html>

Comments