-
Notifications
You must be signed in to change notification settings - Fork 0
/
product.html
69 lines (65 loc) · 3 KB
/
product.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
<!Doctype html>
<html>
<head>
<title>US Electricals</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles/style.css">
</head>
<body>
<div class="container" id="added">
<div class="box">
<div class="wrapper">
<div class="somepic">
<img id="myImg" src="https://assets.usesi.com/product-media/images/P9059.jpg" alt="Leviton Image">
</div>
<div id="bigpic">
<span id="close">×</span>
<img id="mybigImg" src="https://assets.usesi.com/product-media/images/P9059.jpg" alt="Leviton Image">
</div>
</div>
<div class="wrapper-one">
<div class="para">
<span class="price">
<span class="cover">
<span id="write">$<span class="marking">19.64</span><sup>69</sup><span>/ ea</span>
</span>
</span>
</span>
<p>Leviton 2711 4 Wire 3 Pole Polarized Industrial Grade Locking Plug 125/250 Volt 3-Phase 30 Amp NEMA L14-30P Black/White
</p>
<label id="space-four">SKU: <span class="marked">9059</span></label>
</div>
<div class="paragraph">
Leviton 3-Pole 4-Wire Polarized locking plug accommodates wire of size 14 - 8 AWG. It has cord range of 0.595 - 1.15 Inch. Grounding plug in black/white color, has impact/chemical/abrasion-resistant nylon body and thermoplastic back cov
<p id="hideMe">er. It has nylon wiring module, cord clamp and clamp insert. It withstands current rating of 30 Amps and voltage rating of 125/250 Volts. Industrial grade plug with screw terminal connection, has 1-Piece, rivetless 0.035-Inch thick brass contact for optimal conductivity.Plug withstands 2000 Volts dielectric strength per UL498. This 2.7-Inch plug has 1.97-Inch top Dia and 2.22-Inch bottom Dia. It has zinc-plated steel assembly screws for easy installation. It withstands temperature range of -40 to 60 deg C. This plug has NEMA L14-30P configuration. It has HB flammability rating per UL94 to withstand harsh environmental conditions. Locking plug is UL listed, CSA/NOM certified and meets ANSI standards.</p>
<span id="hide">...</span>
<br><span id="changeMe" onclick="make()">Read More</span>
<ul>
<li>Ergonomic, fluted body design with radial grip ridge is ideal for gripping, turning and pulling</li>
<li>Cord clamp does not have to be disassembled from body for wiring, accepts wire mesh connection strain reliefs</li>
<li>Features solid brass contact for optimal signal conductivity</li>
</ul>
</div>
<div class="section">
<p>Ships on Monday, July 9<sup>th</sup> from Stoughton, MA</p>
<a href="#">View Stock in Nearby Branches</a>
</div>
<div class="quantity">
<small>Qty (ea)</small>
<div class="cover">
<span onclick="minus()">-</span>
<input type="text" value="1">
<span onclick="add()">+</span>
</div>
<div class="footer">
<button>Deliver</button>
<button>Pick Up</button>
</div>
</div>
</div>
</div>
</div>
<script src="js/one.js"></script>
</body>
</html>