How to create an HTML file
STEP-1: Install an Editor. We will use Visual Studio Code. (in the next blog we will see how to install an Editor and how to use an Online editor )
STEP-2: Create a folder named "Jquery project".
STEP-3: Open the editor →click on file →open folder.
STEP-4: Select the folder (that you previously created). Now you can see your folder in the editor.
STEP-5: Point your mouse on "Jquery project"(your folder)→Click on the new file icon→write a name(make sure the name ends with .html)
ANOTHER WAY:
STEP-1: Install an Editor.
STEP-2: Create a folder named "Jquery project"→open the folder.
STEP-3:Create a file→write a name(make sure the name ends with .html)
STEP-4: Right-click on the file →click open with Visual Studio Code.(your editor)
Now you are ready to write code. Do check other blogs I write and follow my social media handle.
Comments
Post a Comment