-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscript.html
More file actions
29 lines (26 loc) · 884 Bytes
/
Copy pathscript.html
File metadata and controls
29 lines (26 loc) · 884 Bytes
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
<!DOCTYPE hml>
<html lang="sv">
<head>
<meta charset="utf-8">
<script src="jquery-3.2.1.min.js"></script>
<script src="kod.js"></script>
<link rel="stylesheet" href="script.css">
</head>
<body>
<h1>Hejsan!</h1>
<div id="info">Coca-cola är ett imperialistiskt företag, men fan om deras dricka inte är god..</div>
<button id="knapp">Visa/dölj</button>
<ul>
<li>1: De köper upp konkurrenter</li>
<li>2: De exploaterar lokalbefolkningen</li>
<li>3: De hatar säkert barn, am I right? xP</li>
</ul>
<form>
<input type="color" id="bgcolor" value="#ffffff">
</form>
<textarea id="rubrik">Pepsi, yo!</textarea>
<form>
<input type="color" id="txtcolor" value="#ffffff">
</form>
</body>
</html>