Oblig 3 - Oppgave 2

Download Report

Transcript Oblig 3 - Oppgave 2

Oblig 3 - Oppgave 2
Oppgave 2A - 1
<!DOCTYPE html>
<html>
<head>
<title>Sara Viktoria Olsen - Person</title>
<meta charset="utf-8">
</head>
<body>
<div itemscope itemtype="http://schema.org/Person">
Jeg heter <span itemprop="name">Sara Viktoria Olsen</span>.
</div>
</body>
</html>
Oppgave 2A - 2
<!DOCTYPE html>
<html>
<head>
<title>Sara Viktoria Olsen - Nettside</title>
<meta charset="utf-8">
</head>
<body>
<div itemscope itemtype="http://data-vocabulary.org/Person">
Dette er nettsiden min:
<a href="http://ask.hiof.no/~saravo"
itemprop="url">ask.hiof.no/~saravo</a>.
</div>
</body>
</html>
Oppgave 2A - 3
<!DOCTYPE html>
<html>
<head>
<title>Sara Viktoria Olsen - Adresse</title>
<meta charset="utf-8">
</head>
Sara Viktoria Olsen
<body>
<div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
Jeg bor i:
<span itemprop="streetAddress"> Rygge, Østfold</span>.
</div>
</body>
</html>
Oppgave 2A - 4
<!DOCTYPE html>
<html>
<head>
<title>Sara Viktoria Olsen - Jobb</title>
<meta charset="utf-8">
</head>
<body>
<div itemscope itemtype="http://data-vocabulary.org/Person">
Min fremtidige jobb er: <span itemprop="title">dataingeniør</span>.
</div>
</body>
</html>
Oppgave 2A - 5
<!DOCTYPE html>
<html>
<head>
<title>Sara Viktoria Olsen - Restaurant</title>
<meta charset="utf-8">
</head>
<body>
<div itemscope itemtype="http://schema.org/Restaurant">
<span itemprop="name">Thai Market</span>
<div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<span itemprop="streetAddress">Stortorvet 57</span>
<span itemprop="addressLocality">Fredrikstad</span>,
</div>
</body>
</html>
Sara Viktoria Olsen
Oppgave 2B - 1
Oppgave 2B - 2
Oppgave 2B - 3
Sara Viktoria Olsen
Oppgave 2B - 4
Oppgave 2B - 5
Sara Viktoria Olsen