-
Notifications
You must be signed in to change notification settings - Fork 0
/
CarRental2.html
82 lines (82 loc) · 2.26 KB
/
CarRental2.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<html>
<head>
<script>
var x=getElementsByName("shivam")[0].value;
function fun()
{
document.write("<a href='CarRental3.html' target=_blank id ='link'>CONFIRM CAR</a>.");
}
</script>
<style>
#T
{
font-size:50px;
}
body
{
padding-top:0px;
padding-bottom:00px;
padding-right:00px;
padding-left:00px;
}
h1
{
color:blue;
}
h2
{
color:blue;
}
body
{
background-image:url(car2.jpeg);
}
table
{
background:rgba(0,0,0,0,0.6);
}
#shivam
{
color:red;
font-size:35px;
}
</style>
</head>
<h1>AVALIABLE CARS</h1>
<marquee id="shivam" behavior="scroll" direction="left">CHOOSE ANY CAR</marquee>
<body>
<table border=4px>
<tr id="T" bgcolor="yellow">
<th onclick="fun()" >FORD220<img src="car6.jpeg" border=3 height=100 width=300></th>
<th onclick="fun()" id="T" >JAGUAR<img src="car5.jpeg" border=3 height=100 width=300></tm>
<th onclick="fun()" id="T" >FRARI11<img src="car4.jpeg" border=3 height=100 width=300></tm>
<th onclick="fun()" id="T">BMW11</th>
</tr>
<tr id="T" bgcolor="pink">
<th onclick="fun()" >FORD220<img src="car6.jpeg" border=3 height=100 width=300></th>
<th onclick="fun()" id="T" >JAGUAR<img src="car4.jpeg" border=3 height=100 width=300></tm>
<th onclick="fun()" id="T" >FERARI11<img src="car3.jpeg" border=3 height=100 width=300></tm>
<th onclick="fun()" id="T">BMW11</th>
</tr>
<tr id="T" bgcolor="red">
<th onclick="fun()" >FORD220<img src="car6.jpeg" border=3 height=100 width=300></th>
<th onclick="fun()" id="T" >JAGUAR<img src="4.jpeg" border=3 height=100 width=300></tm>
<th onclick="fun()" id="T" >FERARI11<img src="car3.jpeg" border=3 height=100 width=300></tm>
<th onclick="fun()" id="T">BMW11</th>
</tr>
<tr id="T" bgcolor="yellow">
<th onclick="fun()" >FORD220<img src="car5.jpeg" border=3 height=100 width=300></th>
<th onclick="fun()" id="T" >JAGUAR<img src="car4.jpeg" border=3 height=100 width=300></tm>
<th onclick="fun()" id="T" >FERARI11<img src="car3.jpeg" border=3 height=100 width=300></tm>
<th onclick="fun()" id="T">BMW11</th>
</tr>
<tr>
<th onclick="fun()" id="T" bgcolor="red">FRARRI</tm>
<th onclick="fun()" id="T" bgcolor="red">ODDI</tm>
<th onclick="fun()" id="T" bgcolor="red">BMW</tm>
<th onclick="fun()" id="T" bgcolor="red">FORD112</tm>
</tr>
</table>
</body>
</html>