How To Put Html Boiler Plate In Your Visual Studio Code


Hy Gues In This Video

                                I Am Going To Show You How You Can Easily Make HTML Boiler Plate In Vs Code Only 5 Seconds


Source Code....................

<!DOCTYPE html>
<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">
    <title>Hello World</title>
</head>
<body>
    This is our website
</body>

</html>  


THANKS FOR WATCHING

Comments

Popular posts from this blog

How You Can Put Paragrapgh Tag In Html (Html Paragrapagh Tag)

Difference between self, parent and blank of target attribute in html

how to add link in website with html (ON WEB PAGE)