forked from kalyanm72/Online-Bus-Booking
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprinttest.html
More file actions
43 lines (34 loc) · 1.02 KB
/
Copy pathprinttest.html
File metadata and controls
43 lines (34 loc) · 1.02 KB
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
<html>
<center><table border='3' style='border-color: black; cellspacing='11' cellpadding='11' ;'width =70%'>
<td><imgl>
    <img src="images/logo.png" />
</imgl>
<br>
<br>
<br>
Name : NIKET RAJ
                
     
Bangalore to Mumbai
       
Date : 2015-05-02 Time: 22:00:00
<br><br>
Mobile: 8867159511
                
     
Bus_id : BB001
       
Total Fare : 3*600 = 1800/-
<br><br>
Email: niketraj45@gmail.com
                
BOOKED
<br><br>
<table border='1' style='border-color: black; cellspacing='5' cellpadding='5' ;'width =70%'>
<tr><td>Tickets Numbers</tr>
<tr><td>158745</tr>
<tr><td>158745</tr>
<tr><td>158745</tr>
</table>
</table>
</html>