Visual Studio Code:
Visual Studio Code is a freeware source-code editor made by Microsoft for Windows, Linux, and macOS. Features include support for debugging, syntax highlighting, intelligent code completion, snippets, code refactoring, and embedded Git.
Download VSCode:
We can download VSCode by this download link. Select an installer based on your operating system and install it.
Creating a new HTML file:
- Open VSCode
- Click ctrl+b (It will open the file explorer on the left side.)
- Choose your folder or in the root of your folder Click the new file in the top right corner of the explorer gives a name with the extension (Ex: inde.html).
- Write some HTML code.
- Click ctrl+s to save the file.
- Now browse the file in any of your favorite browsers to see your web page.
Comments
Post a Comment