HTML

HTML Installation and Editor


 

 

Installation and Editor

To work with HTML, you don't need to install anything specific, as HTML is a markup language interpreted by web browsers.                                                                                                                                                            

1. Visual Studio Code (VSCode):

  • Download and install Visual Studio Code from the official website: Visual Studio Code.
  • Open VSCode and create a new file with an ".html" extension. You can start typing your HTML code in this file. and you can use any one text editor IDE

2. Sublime Text:

  • Download and install Sublime Text from the official website: Sublime Text.
  • Open Sublime Text and create a new file. Save the file with an ".html" extension to start working with HTML.

3. Atom:

  • Download and install Atom from the official website: Atom.
  • Open Atom and create a new file with an ".html" extension.

4. Notepad++ (Windows):

  • Download and install Notepad++ from the official website: Notepad++.
  • Open Notepad++ and create a new file. Save the file with an ".html" extension.