Run HTML in visual studio code on Windows 10
Hey, guys in this video I’m going to show you how you can configure visual studio code (#vscode) to run HTML program on #Windows 10 OS (operating system) using Code Runner Extension visual studio code HTML and I’m also gonna show you how you can run basic sample program on #vscode_html HTML in vscode on mac

👉 Complete Web Development Course – https://bit.ly/WebDevelopmentCourseBootCamp

Universal Command : “html”: “cd $dir && “$fileName””

Command [Chrome]: cd $dir && start chrome $dir && $fileName
Command [Edge]: cd $dir && start msedge $dir && $fileName
Command [Firefox]: cd $dir && start firefox $dir && $fileName

👉 If the above command doesn’t work try below commands

Command [Chrome]: cd $dir && start chrome $fileName
Command [Edge] : cd $dir && start msedge $fileName
Command [Firefox] : cd $dir && start firefox $fileName

👉 Free Complete Web Development Course – https://bit.ly/Best_Web_Development_Course

Become a full-stack web developer with just one course. HTML, CSS, Javascript, Node, React, MongoDB and more!

Also, Watch
How to Run Java in Visual Studio Code on Windows 10 : https://youtu.be/KwnavHTOBiA
How to Run Javascript in Visual Studio Code on Windows 10 2021 : https://youtu.be/x_2sYpk75Ic
How to Run Python in Visual Studio Code on Windows 10 : https://youtu.be/AKVRkB0fot0
How to Run C in Visual Studio Code on Windows 10 2021 Best Code Editor : https://youtu.be/oaebkkOP2Qg
How to Run C++ in Visual Studio Code on Windows 10 : https://youtu.be/jvg4VtYEhKU
How to Run C# in Visual Studio Code on Windows 10 : https://youtu.be/CO4BGZOuUkM
How to install JDK on Windows 10 : https://youtu.be/Ft0vza0omDQ

Time Stamp

0:00 – Introduction
0:46- How to install Code Runner extension
1:12 – How to configure Visual Studio Code for running HTML
2:01 – Create your first HTML program in visual studio code
3:01 – How to run HTML in visual studio code
3:39 – Free Web Development Course
3:48 – Subscribe – https://bit.ly/2OH9Jv5

★★★Best Online Programming Courses★★★

👉 Python Programming Course ➡️ https://bit.ly/BeginnersPythonCourse
👉 Java Programming Course ➡️ https://bit.ly/JavaProgramCourse
👉 C Programming Course ➡️ https://rebrand.ly/C_Programming_Master_Course
👉 C# Programming Course ➡️ https://bit.ly/CsharpProgrammingCourse
👉 C++ Programming Course ➡️ https://bit.ly/CplusplusCourse
👉 JavaScript Programming Course ➡️ https://rebrand.ly/Javascript_Course
👉 R Programming ➡️ https://bit.ly/RprogrammingCourse
👉 PHP Programming Course ➡️ https://bit.ly/PHP_Programming_Course
👉 Android Development Course ➡️ https://bit.ly/CompleteAndroidCourse
👉 NodeJs Programming Course ➡️ https://rebrand.ly/Javascript_Course

My name is Yogendra Singh and on this channel @Tech Decode , I show you how you can easily download and install any programming language compiler vs interpreter and #programming hub for learning the latest programming language.

Consider subscribing for best ide and coding Bootcamp.

Subscribe : https://bit.ly/2OH9Jv5

If you found this video useful please give it a thumbs up and subscribe to my channel! and If you have any questions regarding this video, please ask them in the comment section. thanks for watching! 🙂

Follow Us:
👉 Facebook: https://www.facebook.com/techdecodetutorials
👉 Instagram: https://www.instagram.com/techdecodetutorials/
👉 Twitter: https://twitter.com/DecodeTutorials
👉 Linkedin: https://www.linkedin.com/company/techdecodetutorials
👉 Pinterest: https://in.pinterest.com/officialtechdecode/
👉 Website : https://www.techdecodetutorials.com/

DISCLOSURE: This video and description might contain affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This help supports the channel and allows us to continue to make videos like this. Thank you for the support! [Intro Song Credit]
Valence – Infinite [NCS Release]
Video Link – https://www.youtube.com/watch?v=QHoqD47gQG8

source

32 Comments

  1. This method does not work for files with any Uppercase/Capital letters in the file name.

    The Chrome tab opens and says "This site can't be reached, check if there is a typo in the filename".

    How do I fix this?

  2. If anyone is having trouble, it looks as if the code to paste in is now this:

    "html": "cd $dir && start chrome $fullFileName",

    as a bonus, if anyone wants their HTML file to be read using Microsoft Edge, this is code to paste in:

    "html": "cd $dir && start msedge $fullFileName",

Leave A Reply

Please enter your comment!
Please enter your name here