Web Design
247 CHAPTER Making Sites Accessible 10 TIP Can I reference more than one heading for a single cell, such as for tables with both ...
248 Create Accessible Navigation .................................. 3 Near the top of the page, type <a href=”#?”>, replac ...
249 CHAPTER Making Sites Accessible 10 TIP Can I hide the skip navigation link? Yes. You can use CSS, positioning the link off t ...
CHAPTER 11 Adding Forms to Your Site Many Web sites include forms to collect information. Sites use forms to allow users to regi ...
Create a Form..................... 252 Add a Text Field.................... 254 Add a Label...................... 256 Add Check ...
252 3 Type action=”?”, replacing? with the path to the file that will process your form. Note: See Chapter 12 for more informati ...
253 CHAPTER Adding Forms to Your Site 11 TIP Which method should I use? The default method is get. However, using get has many d ...
254 Add a Text Field ................................................... 3 Type <input. 4 Type type=”text”. 1 In your editor, ...
255 CHAPTER Adding Forms to Your Site 11 ● The text field appears and is editable when the page is viewed in a browser. 5 Type n ...
256 Add a Label.......................................................... 2 Within the field’s tag, type id=”?”, replacing? with ...
257 CHAPTER Adding Forms to Your Site 11 TIP If it does not change the appearance of the form, why should I use the <label> ...
258 Add Check Boxes................................................... 4 Type value=”?”, replacing ? with a value for this check ...
259 CHAPTER Adding Forms to Your Site 11 ● When the page is viewed in the browser, the check boxes appear. Any or all of them ma ...
260 Add Radio Buttons ................................................ 4 Type value=”?”, replacing ? with a value for this radio ...
261 CHAPTER Adding Forms to Your Site 11 TIP How can I force my user to select one of the radio buttons? Like check boxes, radio ...
262 Create a Drop-Down List ......................................... 4 Type <select name=”?”, replacing? with a descriptive ...
263 CHAPTER Adding Forms to Your Site 11 ● When the page is viewed in the browser, the drop-down list appears in the form. 7 Typ ...
264 Insert a Text Area ................................................. 5 Type <textarea name=”?”, replacing? with a descrip ...
265 CHAPTER Adding Forms to Your Site 11 ● When the page is viewed in a browser, the text area appears. 7 Type rows=”?”, replaci ...
266 Add a Button to Your Form ..................................... 2 Type <input. 3 Type type=”submit”. 1 In your editor, op ...
«
9
10
11
12
13
14
15
16
17
18
»
Free download pdf