wu2-prov-js-template-2/index.html

73 lines
2.0 KiB
HTML
Raw Normal View History

2024-04-02 10:33:30 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JavaScript Prov WU-2</title>
<link rel="stylesheet" href="css/style.css?v=2.1">
<link rel="shortcut icon" type="image/png" href="img/favicon.png">
<script src="js/script.js"></script>
</head>
<body>
<header>
<img src="img/js-logo.svg" alt="js logo">
<h1 id="h1-1">Prov i JavaScript</h1>
<h2 id="h2-1">Version 2</h2>
<nav>
<a href="#" id="menuBtn">☰ MENY</a>
<ul>
<li><a href="#">Hem</a></li>
<li>Sida 1</li>
<li>Sida 2</li>
<li>Sida 3</li>
<li>Sida 4</li>
<li>Sida 5</li>
<li>Sida 6</li>
<li>Om</li>
</ul>
</nav>
</header>
<main>
<section>
<h2>Detta om detta</h2>
<h3>Ta bort</h3>
<table>
<tr>
<td>Jan</td>
<td>Jansson</td>
</tr>
<tr>
<td>Lisa</td>
<td>Olsson</td>
</tr>
<tr>
<td>Eva</td>
<td><Mattson</td>
</tr>
</table>
</section>
<section>
<h2>Mer om detta</h2>
<img src="img/henrik.png" width="150" alt="Bild på Henrik Bygren">
<p>Gå till <a href="http://dn.se">DN</a> och titta.</p>
</section>
<section id="country">
2024-05-14 11:10:05 +00:00
<h2>Viktiga städer i Sverige</h2>
2024-04-02 10:33:30 +00:00
</section>
<section id="calc">
<fieldset>
<legend>Addera 5</legend>
<button id="add">ADD 5</button>
<output>15</output>
</fieldset>
</section>
</main>
<footer>
<section>Uppgift att lösa!</section>
</footer>
</body>
</html>