-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdetail.html
98 lines (63 loc) · 1.46 KB
/
detail.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<html>
<!--test-->
<head>
<link href="css/detailstyle.css" rel="stylesheet" />
</head>
<header>
<div class="logo">
<img id="logo-img" src="img/logo.png">
<a id="logo-type" href="">motto</a>
</div>
<div class="search-container">
<form action="">
<img id="search-ic" src="img/search-ic.png" width="16px" height="40px">
<input id="txt" type="text" placeholder="Cari Motor : Yamaha, Honda ...">
</form>
</div>
<div class="login">
<a>Log In</a>
</div>
</header>
<!--ini bagian margin-->
<div class="margin1">
<body>
<h1 class="top"> YAMAHA </h1>
<br>
<br>
<p class="urutan">Motor > Yamaha > matik ><span class="hijau"> X-max</span> </p>
<div class="konten">
<div class="video">
<video controls autoplay>
<source src="video/xmax.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<div class="deskripsi">
<h1 > YAMAHA </h1>
<br>
<table>
<tr>
<td>Transmisi</td>
<td> matic </td>
<tr>
<tr>
<td>Mesin</td>
<td> 250cc</td>
</tr>
<tr>
<td>harga: </td>
</tr>
<tr>
<td><span><b>Rp 64.000.000</b></span> </td>
</tr>
<tr>
<td>deskripsi:</td>
<td>ini motor xmax</td>
</tr>
</table>
<button> <a href="form-pesan.html"> beli sekarang</a> </button>
</div>
</div>
</div>
</body>
</html>