Web Design Tutorial - Lesson 1, Part 5
Lesson 1, Part 5
So, Where Do We Start?
To finish up this lesson, we are going to build a very simple web page, and analyze the different parts of it. You’ll learn some new fundamental tags, and what they do.
To begin, start up your editor of choice. If you are using Notepad++ (N++ from here on) as I recommended in Lesson 1, Part 4, go to the Language menu at the top and select HTML. This will set the syntax highlighting to recognize HTML tags. You don’t have to do this, since once you save the file the program will automatically switch to the appropriate setting. However, if you want the highlighting enabled right away, you should do this now.
If you don’t know what Notepad++ is, I recommend you go back to Lesson 1, Part 4 and read about it.