Sub-data Han number-DW-plain text page and dw plain text page
1. Set the Mate attribute
1. Open Dreamweaver and create an HTML project.
2. Set the Meta attribute, click the icon in the upper left corner, or insert the text header tag to Meta.
3. In the Meta settings window that appears, enter the relevant information (the most commonly used is author), and click OK.
4. similarly, when you click (insert-> HTML-> text header tag-> keyword) at the same location, set the keyword (the keyword is used for search engine search, use commas (,) in English ).
5. Similarly, the Setting Description (both the description and the keyword are used for search engines. The difference is that the description is generally a sentence or a paragraph, which is longer than the keyword text and does not have a category ).
6. Similarly, set refresh (the refresh function is to automatically jump to the webpage, which can be the current page or other pages, which are generally common in news webpages with high timeliness ).
7. After setting the Meta attribute, you can view the metadata at the top of the design area. If your DW does not have any graphical information, click View-> file header content (Ctrl + Shift + H ).
2. Set page properties
1. right-click the blank part of the design area, and click page properties. The page Properties window is displayed. (if we do not set too many items here, we only need to set the title and appearance. If you are interested, please try each one ).
2. Select the appearance and set its parameters.
3. Select the title and set its parameters.
4. Select the title/encoding and set its parameters.
5. Click OK, click the design area to get the focus, enter the text (for example, Hello world), and set its attributes in the attribute panel below. This is not demonstrated here.
6. Save the page (Ctrl + S) and press F12 to test preview.
Iii. Code
Now that the production is complete, let's take a look at the code section.
1 <! DOCTYPE html PUBLIC "-// W3C // dtd xhtml 1.0 Transitional // EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2