Html Codes Flashcards
(15 cards)
1
Q
<!DOCTYPE html>,
<html>
</html>
A
Geef aan dat dit een HTML pagina is volgens een bepaalde standaard
2
Q
<body></body>
A
Plaats de inhoud van de pagina in de body
3
Q
<head></head>
A
Plaats informatie over de pagina, zoals de title en meta tags, in de head
4
Q
<img></img>
A
Plaatje
5
Q
<a></a>
A
Link
6
Q
<a></a>
<a></a>
A
href = doel adres
target = doel venster
7
Q
<a><img></img></a>
A
Een link maken van een plaatje
8
Q
<div>
</div>
A
Container om meerdere html elementen in te groeperen
9
Q
<h1><h2><h3>
</h3></h2></h1>
A
Headings. Sluit de ene heading voor je de volgende begint.
10
Q
<table>
</table>
A
Tabel
11
Q
<tr>
</tr>
A
Rij in tabel
12
Q
<td>
</td>
A
Cel in rij in tabel
13
Q
<th>
</th>
A
header cel in rij in tabel
14
Q
<ul><li></li></ul>
A
Bullet list
15
Q
<ol><li></li></ol>
A
Numbered list