Current location - Quotes Website - Personality signature - List all tags in Dreamweaver
List all tags in Dreamweaver

..... </body> </html> 1. File title<title>.......</title> 2. File update--<meta> Automatically update once after 110 seconds< meta pact <dl compact> P.S. In this way, the content of <dt> and the content of <dd> can be placed on the same line, separated by only a few blank spaces without line breaks. However, if the text of <dt> exceeds a certain length, the compact The effect disappears! Form one, basic structure

........... ...... ......................... </form> 2. Input file form <form action="URL" method="post"><input> <input> ..... ..... .......... </form> 1 field type -- type <input type=#> # can be text: text input password: password checkbox: multi-select button radio: Radio button submit: Accept button reset: Reset button image: Graphic button hidden: Hide field 2 field name -- name P.S. If type is submitⅱreset, name does not need to be set to 3 files The default value on -- value 4 ??Set the width of the field -- size 5 Limit the maximum input string length -- maxlength < input maxlength=number of characters>6 Default checkbox or radio initial value-- checked <input type=checkbox checked> <input type=radio checked> 7 Specify the URL of the graphic -- src <input type=image src="image File name"> 8 Image and text alignment -- align # can be top: text is aligned to the top of the image middle: text is aligned to the middle of the image buttom: text is aligned to the bottom of the image 3. Select Form form<form action="URL" method="post"><select> <option> <option> .......... .......... </select> </ form> A, 2 set the number of displayed options -- size B. Attribute 1 of