File tree Expand file tree Collapse file tree 2 files changed +37
-37
lines changed Expand file tree Collapse file tree 2 files changed +37
-37
lines changed Original file line number Diff line number Diff line change 21
21
< h1 > This example uses < b > errorpage</ b > directive </ h1 >
22
22
< br >
23
23
< h3 > Select my favourite car.</ h3 >
24
- < form method =get action =err.jsp >
24
+ < form method =" get " action =" err.jsp " >
25
25
<!-- <br> Make a guess: -->
26
- < SELECT NAME ="name " SIZE = 5 >
27
- < OPTION VALUE ="integra "> Acura Integra < BR >
28
- < OPTION VALUE ="bmw328i "> BMW 328I < BR >
29
- < OPTION VALUE ="z3 "> BMW Z3 < BR >
30
- < OPTION VALUE ="infiniti "> InfinitiQ3 < BR >
31
- < OPTION VALUE ="audi "> Audi A8 < BR >
32
- </ SELECT >
33
- < br > < INPUT TYPE = submit name =submit Value ="Submit ">
26
+ < select name ="name " size =" 5 " >
27
+ < option value ="integra "> Acura Integra < br >
28
+ < option value ="bmw328i "> BMW 328I < br >
29
+ < option value ="z3 "> BMW Z3 < br >
30
+ < option value ="infiniti "> InfinitiQ3 < br >
31
+ < option value ="audi "> Audi A8 < br >
32
+ </ select >
33
+ < br > < input type =" submit " name =" submit " value ="Submit ">
34
34
</ form >
35
35
36
36
</ body >
Original file line number Diff line number Diff line change 1
- < HTML >
1
+ < html >
2
2
<!--
3
3
Licensed to the Apache Software Foundation (ASF) under one or more
4
4
contributor license agreements. See the NOTICE file distributed with
16
16
limitations under the License.
17
17
-->
18
18
19
- < HEAD >
19
+ < head >
20
20
< title >
21
21
sessions.DummyCart Bean Properties
22
22
</ title >
23
- < BODY BGCOLOR ="white ">
24
- < H2 >
23
+ < body bgcolor ="white ">
24
+ < h2 >
25
25
sessions.DummyCart Bean Properties
26
- </ H2 >
27
- < HR >
28
- < DL >
29
- < DT > public class < B > DummyCart</ B > < DT > extends Object</ DL >
26
+ </ h2 >
27
+ < hr >
28
+ < dl >
29
+ < dt > public class < b > DummyCart</ b > < dt > extends Object</ dl >
30
30
31
- < P >
32
- < HR >
31
+ < p >
32
+ < hr >
33
33
34
- < P >
34
+ < p >
35
35
36
- < TABLE BORDER ="1 " WIDTH ="100% " CELLPADDING ="3 " CELLSPACING ="0 ">
37
- < TR BGCOLOR ="#EEEEFF ">
38
- < TD COLSPAN =3 > < FONT SIZE ="+2 ">
39
- < B > Properties Summary</ B > </ FONT > </ TD >
40
- </ TR >
41
- < TR BGCOLOR ="white ">
36
+ < table border ="1 " width ="100% " cellpadding ="3 " cellspacing ="0 ">
37
+ < tr bgcolor ="#EEEEFF ">
38
+ < td colspan =3 > < font size ="+2 ">
39
+ < b > Properties Summary</ b > </ font > </ td >
40
+ </ tr >
41
+ < tr bgcolor ="white ">
42
42
< td align ="right " valign ="top " width ="1% ">
43
- < FONT SIZE ="-1 ">
43
+ < font size ="-1 ">
44
44
String
45
- </ FONT > </ TD >
46
- < TD > < B > DummyCart:items</ B >
47
- < BR >
48
- </ TD >
45
+ </ font > </ td >
46
+ < td > < b > DummyCart:items</ b >
47
+ < br >
48
+ </ td >
49
49
< td width ="1% ">
50
- < FONT SIZE ="-1 ">
50
+ < font size ="-1 ">
51
51
Multi
52
- </ FONT > </ TD >
53
- </ TABLE >
54
- < HR >
55
- </ BODY >
56
- </ HTML >
52
+ </ font > </ td >
53
+ </ table >
54
+ < hr >
55
+ </ body >
56
+ </ html >
You can’t perform that action at this time.
0 commit comments