© Ms. Masihi
A Web page contains text and images that convey specific information to viewers. To create a new web page, open Dreamweaver and select Create New > HTML. © Ms. Masihi
If Dreamweaver is already open, click File > New. In the New Document Dialog Box click Blank Page and then HTML for Page Type. © Ms. Masihi
When you click Create, a new page opens in Dreamweaver’s Document Window. © Ms. Masihi
Web pages are primarily a text-based medium, so Dreamweaver opens in a text entry mode by default. To add text, click in the workspace and start typing. © Ms. Masihi
Text entered in the workspace wraps automatically to the next line when space runs out on the current line. Each time you press Enter (Return key), a blank line is inserted into the text. © Ms. Masihi
Each document (page) should be given a Title which appears in the blue bar across the Browser window (and is also used when bookmarking a web page). Click in the Title textbox at the top of the Document Window and type in the title. © Ms. Masihi
Another way to enter a page title is to click Page Properties in the Properties Inspector. © Ms. Masihi
In the Dialog Box, click Title/Encoding category and enter a title for the page. © Ms. Masihi
The Page Title shows in the Title Box above the workspace. Note that the file does not yet have a name (Untitled-1). © Ms. Masihi
A Horizontal Rule can be used to delineate parts of a page - such as below a page title, above a footer or copyright notice on the bottom of a page. © Ms. Masihi
To insert a Horizontal Rule, first position the cursor where you wish to insert the line. Click Insert > HTML > Horizontal Rule. The default setting for the Horizontal rule is the total width of the page in a gray color. © Ms. Masihi
The width of the Horizontal Rule will adjust automatically as the Browser window is resized. © Ms. Masihi
A web page defaults to Times Roman, 14 point font. All text entered begins with the default settings unless changed by the page developer. Text entered in long, continuing paragraphs tend to be overlooked (ignored) by casual readers. © Ms. Masihi
Headings break up the page into more interesting blocks, encouraging readers to read each section. Break up text with Headings larger than the normal text. Compare Heading Sizes (H1, H2, H3, and Bolded Text). Notice that H1, H2, etc is more than just bolding the text. © Ms. Masihi
For your first assignment use 3 different heading sizes in your document. ( you choose where ) Label which heading you use next to the heading text as shown. © Ms. Masihi
To format text as a heading, enter the text. Drag the mouse over the text to select it. In the Properties Inspector, HTML Tab, click the arrow beside Format. Select the desired Format. © Ms. Masihi
The selected text now displays using the Heading Format selected. © Ms. Masihi
Click Split View and remain on this view and pay special attention to the codes This shows you the page in Design View and the HTML Code in the Code View side by side. Notice the title is now enclosed in tags. © Ms. Masihi **
Dreamweaver has Special Symbols that can be easily inserted into your web page - copyright, trademark, and more. To insert one of these symbols, first click on the page where you want to insert the symbol. © Ms. Masihi
To insert a Copyright Symbol, click Insert > HTML > Special Characters > Copyright. The copyright symbol is added to your page. © Ms. Masihi
Highlight the Copyright Symbol in Design View.. In Split View notice that © was automatically inserted by Dreamweaver to display the copyright symbol. © Ms. Masihi
Instead of using the menu items to insert the copyright symbol, you can also go into the HTML code and manually type in © © Ms. Masihi
The final element you will insert onto the page is the date. While you can type in the date, Dreamweaver also can insert the current date for you. Click the Common Tab on the Insert Panel. © Ms. Masihi
Click the Date Icon. Dreamweaver will automatically insert the current date into your document. This date will be today’s date (and will not be updated if you open the page on a different date). © Ms. Masihi
Now that the page is finished, save the file, test it in a Browser, upload it to your Internet Provider and send the link to your instructor. © Ms. Masihi
Save your work frequently as you develop each web page. Click File > Save As to save a file the first time. © Ms. Masihi
When you save a file, it must be given a name. A filename must begin with a letter and may contain numbers and letters. A filename may NOT contain spaces or special symbols ( # $ * etc.) It is best to use lowercase letters. © Ms. Masihi
Basic Dreamweaver files are saved with an extension. Most web page files are saved with.html extension. © Ms. Masihi
Save your first page (containing just text) as MyFirstWebPage.html. © Ms. Masihi
Before uploading a file to a Web Hosting Service, be sure to take a look at the page in at least one Browser. First, save the file. Click the Preview in Browser Icon (Globe) above the workspace. © Ms. Masihi
Take a careful look at the page contents and the page title in the Title Bar. After everything looks good, you are ready to upload the file to your ISP (server) so others can see the web page. © Ms. Masihi