Skip to Main Content or Page Contents

HTML Tutorial Editor Tips

How to
1. Use the Notepad Web Editor in conjunction with this HTML & CSS Tutorial.
2. Make you First Web Page

Results per page:

Match: any search words all search words

This Page's Contents

Notepad Initial Setup of Text Editor

Notepad / TextEdit Pros & Cons as an HTML / CSS editor

Creating a New Web Page with Notepad

Notepad / Pros & Cons as an HTML / CSS editor

Notepad for windows

TextEdit for Mac

Pros


  • Free
  • Already built in to windows / Mac. No downloading.
  • Very easy to use. No learning curve to use it.
  • Easy to copy markup (code) from our tutorial & paste into the editor.

Cons


  • You have to either type every thing into the editor or copy & paste into it.
  • No code help.
  • No code shortcuts.
  • No color coding.
  • No line numbers.
  • No spelling checker.

Alternative Text editors better than notepad

HTML Tidy

HTML Tidy from http://www.htmlkit.com/
Edit, Preview, Validate, Publish and manage Projects in a full-featured editor.
An earlier version is FREE. Latest version around $59 USD

Notepad++

Notepad Plus Plus (Notepad++) from http://notepad-plus-plus.org/

Cream

Cream from http://cream.sourceforge.net/

Better WYSIWYG Editors

Brackets Recommended, Very powerful, Over 100 add on extensions

BlueGriffon Recommended,

Dreamweaver The best of the lot, but very expensive

KompoZer

Webmatrix

Initial Setup of Notepad Web Editor

Non Required

Microsofts Notepad text Editor Introduction

Microsofts Notepad text Editor is included with Windows operating system can be used to produce a Web Page

Notepad is only a TEXT EDITOR, it will not give you any HTML tips or help. You can either type in the your tags & content or Copy & Paste from this tutorial.

Creating a New Web Page with Notepad

  1. Open Notepad
  2. If Notepad is already open and the page has content Click File > New
    1. Do you wish to save the original contents of notepad Click either Save or Don't Save
  3. Either Copy & Paste our exercise code into the Notepad Window or Type it in.
  4. Click File >Save as
    In the Save As Window
    1. Select the folder you created in Tutorial 2, which i suggested as
      C: > Users > Your Name > My Documents > My Web pages  > my-first-web-pages
    2. Near the bottom of the window click the down arrow opposite File name:
      1. Select All Files (*.*)
    3. In The box above File name: Type in
      index.html
    4. On the bottom line ensure Encoding is set to ANSI & not UTF-8. Notepad does strange things with UTF-8
    5. Click Save

View of code in Notepad before saving

View of code in Notepad before saving


© tutorials4u.com
HTML Tutorial by John McGuinn.