skip to main |
skip to sidebar
Task Analysis
- Turn on computer.
- Open the Dreamweaver.
- Click File > New to create a new blank HTML document.
- Create a new folder, named “My Website”.
- Click File > Save Ctrl+S (PC) / Command+S (Mac).
- Save your blank HTML document in the folder “My Website”, the file name – index.html
- In your “My Website” folder, create another folder named “Image”
- Chose your workspace Layout.
- Click Window > Workspace Layout > Designer.
- In your top of HTML document, insert a descriptive name in TITLE column, For Example “My Website | Home”.
- Click File > Save or Ctrl+S (PC) / Command+S (Mac).
- Click the Global Icon from the top of your HTML document to preview your HTML document.
- Select Preview in Internet Explorer or Firefox or any other listed browsers.
- You’re see your TITLE appeared on top of the browser.
- Go back to Dreamweaver.
- Click Table icon from Common Tab of Insert Bar.
- Type number for column of rows & columns
- Type number for Table Width
- Type number for Border Thickness
- Click Header – chose None, Left, Top or Both
- Click OK button
- Click the left-top column of your table
- Insert Text
- Click the next column of your text
- Copy or Move images to your folder “My Website > Image”
- Click Image Icon from Common Tab of Insert Bar
- Hold down the drop-down menu and then chose Image
- You’re see a pop up Dialogue window of Select Image Source
- Select an image from you’re folder “My Website > Image”
- Click OK button
- Give a name to identify your image in the Alternate text column, For Example: myimage
- Click OK
- Look at the bottom of your HTML document window
- You’re see a Properties Inspector
- Type numbers 1 & 2 in your document bottom
- Highlight the number 1
- In the Properties Inspector , there is a LINK column, type index.html
- Hit Enter key on your keyboard
- Preview your HTML document in the browser
- Click the Global Icon from the top of your HTML document to preview your HTML document.
- Select Preview in Internet Explorer or Firefox or any other listed browsers.
- This is your first web page.
- Follow the above steps to create the second HTML document
- Save it to the same folder “My Website”
- Image should be SAVE to folder “My Website > Image “
- Type numbers 1 & 2 in your document bottom
- Highlight the number 2
- In the Properties Inspector , there is a LINK column, type 2.html
- Hit Enter key on your keyboard
- Preview your HTML document in the browser
- Click the Global Icon from the top of your HTML document to preview your HTML document.
- Select Preview in Internet Explorer or Firefox or any other listed browsers.
- In your browser, click the number 1 or 2
- Now, you’re 2 web pages is linked together.
- You’re done your first website.