Text Editors and HTML

Text Editors and HTML

One of the primary tools that web designers and developers use all the time is called a text editor. We'll use a text editor to write our HTML code, which will describe the structure of our content.

Extra Credit

Text Editors

Text editors are often a matter of personal preference. Try installing some other text-editors and see which one you like best. Here's a list to get you started.

  • TextMate - Mac only with free trial available. This text-editor is similar to Sublime Text.
  • Notepad++ Windows only and free to use. It's similar to Notepad (which is included with Windows) but has some more advanced features.
  • Codekit - Mac only with free trial available. Includes support for more advanced frameworks and templating languages like Less, Sass, Stylus, Coffeescript, and more.
  • Vim - This text-editor is very powerful but also difficult to learn. It's intended for advanced programmers.

Images

In this stage, we learned how to add images to our website. Try adding your own images and customize the example.