-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (32 loc) · 1023 Bytes
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Sivun otsikko</title>
<link rel="stylesheet" type="text/css" href="./demot/tyylit.css" />
<!-- style type="text/css"></style -->
</head>
<body>
<!-- Tämä on kommentti
Kommenttilohko
-->
<header class="tosihieno">Tämä on otsake</header>
<p id="otsikko">Tervetuloa kotisivuilleni</p>
<p>Alla lisää tietoa itsestäni.</p>
<img
src="http://www.marinepalvelu.fi/sites/default/files/styles/venekuva_549x311/public/Uudet_veneet-merkkikuvat-Sunseeker.jpg?itok=1Sn7KcwV"
alt="Kuva moottoriveneestä"
width="500"
/>
<nav>Navigaatio</nav>
<aside>TÄmä on sivulohko</aside>
<h2>Esittely</h2>
<p>
Olen x-xuotias <span>Tämä on lohkotason elementti </span> koodari
pääkaupunkiseudulta...
</p>
<a target="_blank" href="http://www.verkkokauppa.com">Tämä on linkki!</a>
<a href="#">Linkki joka ei tee mitään</a>
©
</body>
</html>