Quick Start Checklist

 

Protected by Copyscape Plagiarism Check Software 

Video Tutorials

CSS & HTML Tutorials

 Training DVDs & Products

 

 

 

 


Expression Web 3 Tutorial

Delicious Bookmark this on Delicious

Step 3:  Make a Blank HTML Web Page

In this tutorial, we will make a blank HTML web page.  Follow these steps:

  • 1.  Click File and Hover over New  (see figure 1)
  • 2.  Then click on Page  (see figure 1)
  • 3.  This will open a new dialog box that provides many options. 
  • 4.  In the left column, choose General   (see figure 2)
  • 5.  In the middle column, choose HTML
  • 6.  Click OK



set up new web page

Figure 1

 

new dialog box

Figure 2

Of course, there are other ways, faster ways, to set up a blank web page.  However, I wanted to show you the New Dialog Box that you see in Figure 2. 

When you have time, it would be a good idea to take a look at the various options available in this 'New Dialog Box'.

Keep in mind, the only types of pages we will work with include the following:

  • HTML - creates an HTML web page
  • CSS - creates an External Style Sheet
  • Text - a plain text file
  • XML - a supporting document; used along with certain other files; Many Site Maps are made with XML.
  • JavaScript - creates a JavaScript file that can be linked to a web page.  JavaScript is not Java.  Rather, it's a client side scripting language used to add Interactivity to web pages.  (Client Side means it is processed by the Browser.  Compare this to Server-Side which is some sort of script that is processed by the Server, as in PHP and ASP.NET.)
  • Dynamic Web Template - is an HTML-based Template that contains editable regions.
  • CSS Layouts - these are premade Layouts.  If you create one of these, it includes one web page and an External Style Sheet, which is already linked.
  • and Style Sheets - these are premade External Style Sheets that contain a set of styles already made for you.

The remainder of pages and options are related to advanced Scripting Languages that are beyond the scope of this web site.

See "Types of Web Pages and their Purposes"

videoWatch the video "make a web page".

 

Step 4:  Make an External Style Sheet    next