Web Development | HTML-01 - Editors for HTML (Both MAC and Windows).

There are several text editors that can be used to write HTML, and here are the steps to set up two popular options on both Mac and Windows.

  1. Sublime Text (for Mac and Windows)
    • Download and install Sublime Text from the official website: https://www.sublimetext.com/
    • Launch Sublime Text
    • Click File > New File to create a new document
    • Write your HTML code
    • Save the file with an .html extension, for example: index.html
    • Open the file in a web browser to see the result
  2. Notepad++ (for Windows)
    • Download and install Notepad++ from the official website: https://notepad-plus-plus.org/
    • Launch Notepad++
    • Click File > New to create a new document
    • Write your HTML code
    • Save the file with an .html extension, for example: index.html
    • Open the file in a web browser to see the result




  3. Visual Studio Code (for Mac and Windows)
    • Download and install Visual Studio Code from the official website: https://code.visualstudio.com/
    • Launch Visual Studio Code
    • Click File > New File to create a new document
    • Write your HTML code
    • Save the file with an .html extension, for example: index.html
    • Open the file in a web browser to see the result


Note: There are many other editors available that can be used to write HTML, including Adobe Dreamweaver, Brackets, and Atom. These steps should give you a general idea of how to use any text editor to write and preview HTML code.

Next Lesson:

Comments