tailieunhanh - adobe dreamweaver cs5 on demand part 54

Sử dụng Mã số gợi ý Mã số gợi ý giúp bạn dễ dàng chèn và chỉnh sửa mã chính xác trong một loạt các ngôn ngữ. Dreamweaver hỗ trợ mã gián tiếp cho các ngôn ngữ sau và công nghệ: HTML, CSS, DOM, JavaScript, Ajax, Spry, Adobe ColdFusion, JSP, PHP (New! cho các chức năng, các biến, và các lớp học và tooltip trợ giúp), MySQL, ASP JavaScript, ASP VBScript, C #, và VB | Using Code Hints Code hints makes it easy to insert and edit code accurately in a variety of languages. Dreamweaver supports code hinting for the following languages and technologies HTML CSS DOM JavaScript Ajax Spry Adobe ColdFusion JSP PHP New for functions variables and classes and tooltip help MySQL ASP JavaScript ASP VBScript C and VB. As you start to type code for a particular code type the Code Hints popup menu appears to help you enter it correctly. When you type a right angle bracket code hint displays HTML tag names. When you type a period dot operator after an object code hint displays JavaScript code possibilities. Dreamweaver also provides code hinting for your own or third-party custom JavaScript classes that are not built in to the language. If Dreamweaver detects problems with your code code hints doesn t always work properly. Use the Syntax Error Information Bar to help you fix the code problems. Use Code Hints Open the Web page you want to view code. Place the insertion point where you want to add code. Start to type the code you want or press Control Spacebar to manually display the code hints popup menu. Scroll through the list by using the scroll bar or pressing the Up Arrow and Down Arrow keys. To insert a code hint double-click an item or select it and then press Enter Win or Return Mac . Press Backspace Win or Delete Mac to dismiss the list of code hints. To edit code delete the code and then start typing what you want to use for code hints. Code hints See Also See Setting Code Hint Preferences on page 344 for more information on setting options for code hints. Chapter 14 Viewing the HTML Behind the Page 331 Working with HTML Head Tags Each page contains information about the document in the head section. You can set the properties of head elements to control how your pages are identified on the Web by search browsers. You can insert the following head tags meta keywords description refresh base or link. A meta tag records .