Create the user interface for the Road Sign Review application. The detailed description of this application can be found in Exercise 29.13. The design for the two pages for this application is displayed in Fig. 30.26. You will develop this application over this and the next two tutorials, so you do not yet have the images from the database. To help you to better understand what you are setting out to do, Figure 30.27 shows a test-drive-like full final screen output.







a) Copying the template to your working directory. Copy the C:Examples Tutorial30ExercisesRoadSign directory to the C:SimplyJava directory.


b) Opening the roadSigns.jsp template file. Open the roadSigns.jsp file in your text editor.


c) Setting the title of roadSigns.jsp. Add a title element to set the JSP’s title to


“Road Signs.”


d) Adding an h1 header element to roadSigns.jsp. Add an h1 header element that displays “Road Signs.”


e) Adding road sign images to roadSigns.jsp. Add 15 img elements to add the road sign images to the JSP. Set the src and the alt attributes of each element to “” for now.


f) Adding a form to roadSigns.jsp. Add an HTML form element.


g) Adding a paragraph to roadSigns.jsp. Within the form element, add a paragraph that displays “

```
1
2
3
4
5
6
7
8
9 Road Signs
10
11
12
13
14

Road Signs


15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63

64
65

Register for your driving test


66
67
68

Name:


69
70
71

Phone Number:
72
73


74
75
76


77
78

79
80
```

```
1
3
4
5
6
7
8
9 Road Test Registration
10
11
12
13
14

Registration Complete


15
16

confirmation


17
18
19
```

Computer Science & Information Technology

You might also like to view...

To insert a visual representation of numerical data in a document, click the Insert Graph button

Indicate whether the statement is true or false

Computer Science & Information Technology

Module library files are often saved with the file extension _____.

A. ?.xq B. ?.xql C. ?.xqm D. ?.xml

Computer Science & Information Technology