Current location - Education and Training Encyclopedia - Educational Knowledge - How to save the code modified with DW? What does this mean?
How to save the code modified with DW? What does this mean?
First we need to open Dreamweaver, and then create a new HTML page.

Name this html file and save it in a directory for later debugging.

Start writing code. New friends may not know much about html. Write a picture label first, which is img. You can write like this:

Of course, you can also use Insert-Image in the menu bar directly, which is faster.

Click the "Properties" option on the menu bar and select "Properties" in the pop-up drop-down menu. At this time, you will find that there will be some more property panels under the window.

When we use the mouse to select the image code, we will find that more image attributes will appear in the property panel.

There is a Link property in the property panel. This is the URL you want to link to. You can enter the URL you want to link to, and then click on the blank space of the page, and you will find that the URL will be automatically loaded into the picture.

Click the preview button after saving and select the appropriate browser.

When the mouse is placed on the picture, it will change into the shape of a small hand. When clicked, it will jump to the website we wrote.