With The Help of Code-Editor or TextEdit, we can make our web pages and can be created
or modified by using professional HTML editors.
However, for learning HTML OR Web-development we recommend a Visual Studio Code, Notepad+ +, Atom.
We believe using this code-editor is a good way to learn Web-Development and HTML or CSS etc.
Follow the steps below to create your first web page with Visual Studio Code, Notepad+ +, Atom
Step 1 Open Your code Editer
Open the Start Screen (the window symbol at the bottom left on your screen).
Type visualstudio
Windows 7 or earlier:
Open Start menu--> All Programs--- > find your code Editer which you are install.
(chose visualstudio code/Atom).
Step 2 : Write Some HTML
Write or copy some HTML into visualstudio code/Atom
Step 3: Save the HTML Page
Save the file on your computer.
Select File > Save as in the visualstudio code/Atom menu.
Name the file "index.htm" and set the encoding to UTF-8 (which is the preferred encoding for HTML files).
Step 4: View the HTML Page in Your Browser
Open the saved HTML file in your favorite browser (double click on the file, or right-click - and choose "Open with").
OUR Tutorials Online Editor
With our free online editor, you can edit HTML code and view the result in your browser.
It is the perfect tool when you want to test code fast.