how to write first html program in VS code

How to write first html program

Here are some of the instruction that you have to follow to write your HTML program.

 

Step 1: Download IDE.

What is IDE?

IDE Stands for integrated development environment which  is a software application that provides comprehensive facilities to computer programmers for software development. An IDE normally consists of at least a source code editor, build automation tools and a debugger. Tools provided by an IDE include a text editor, a project editor, a tool bar, and an output viewer. IDEs can perform a variety of functions. Notable ones include write code, compile code, debug code, and monitor resources. Examples of IDEs include NetBeans, Eclipse, IntelliJ, and Visual Studio.

 

To write HTML program We use Visual Studio code which one of th best IDE.

How to Install Visual Studio Code?

Here are the steps to install visal studio code.

 

1.      Search for “ Download Visual Studio Code ”



2.    Click on first link of  >> code.visualstudio.com



3.    Click on Download by choosing your operating system apporiate bit




5. Now Install Visual Studio and open it.




 

 

 

 

6. Press CTRL+N to open New file

 



 

 

7. Now save your file by typing your file name and add .html with your file name for example : my file name is myfile now I have to add .html with it. Finally my file becomes myfile.html .

 



 

8. Now you can see it’s file your you save it.  It’s seems like a browser icon. Like this



 

 

Now You can write your code and see output in browser

 

 

CODE



 

OUTPUT



 


Post a Comment

0 Comments