top of page

step 2

HOW DO YOU CODE?

Every Web designer and coder needs a Web page editor to create and edit HTML, CSS and JavaScript code. Some editors contain more features than others.  Here are some popular and free web editors and what their interfaces look like. 

hero_brackets.png

BRACKETS

Brackets is a source code editor with a primary focus on web development. Created by Adobe Systems, it is free and open-source software licensed under the MIT License. It is written in JavaScript, HTML and CSS. With focused visual tools and preprocessor support, Brackets is a modern text editor that makes it easy to design in the browser. 

brackets-logo3.jpg
sublime-text-3.0.png

SUBLIME

Sublime Text is a proprietary cross-platform source code editor with a Python application programming interface (API). It natively supports many programming languages and markup languages, and functions can be added by users with plugins, typically community-built and maintained under free-software licenses.

150px-Sublime_Text_3_logo.png
notepad-optimal.jpg

NOTEPAD++

Notepad++ is a text editor and source code editor for use with Microsoft Windows. It supports tabbed editing, which allows working with multiple open files in a single window. It is a free source code editor and Notepad replacement that supports several languages. 
Notepad++ is written in C++ which ensures a higher execution speed and smaller program size.

notepad_logo.png
bottom of page