- Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathblClassTest.html
More file actions
Latest commit
45 lines (41 loc) · 1.21 KB
/
Copy pathblClassTest.html
File metadata and controls
45 lines (41 loc) · 1.21 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
44
45
<!DOCTYPE html>
<html>
<head>
<title>blCTest</title>
<metaname="viewport" content="width=device-width, initial-scale=1">
<linkrel="stylesheet" href="w3.css">
<style>
#editor {
width:400px;
height:100px;
padding:10px;
background-color:#444;
color: white;
font-size:14px;
font-family: monospace;
}
.statement {
color: orange;
}
</style>
<scriptsrc="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<scriptsrc="w3.js"></script>
<scriptsrc="blclass.js"></script>
</head>
<body>
<divclass="w3-container w3-teal">
<h1>Beautiful Lover: <b>blCTest_v0.44</b></h1>
<buttonid="id_plx1_btn" class="w3-btn">plx1</button>
<buttonid="id_plx2_btn" class="w3-btn">plx2</button>
</div>
<imgsrc="img/car.jpg" alt="Car" style="width:444px;height:333px;">
<divclass="w3-container">
<p>A car is a wheeled, self-powered motor vehicle used for transportation.</p>
</div>
<divclass="w3-container w3-teal">
<p><ahref="https://github.com/littleflute/JavaScript" target="_blank">githubReop</a></p>
</div>
<scriptsrc="plx/p1.js"></script>
<scriptsrc="plx/p2.js"></script>
</body>
</html>