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
Post a Comment