Examen Flashcards

1
Q

basiscode

A

<html>
<head>
<title>jfjdjfjgfjfjdjfjfjfj</title>
</head>
<body>
kdlfkjgfkdlsmdlkfjfkldmsdlk
</body>
</html>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Soorten tekst

A

<p> </p>

<h1> </h1>

<h2> </h2>

<h3> </h3>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Tekst op twee lijnen
in het vet
of in het cursief

A

<br></br>
<strong> </strong>
<em> </em>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

lijsten opsommingsteken

A

<ul>
<li> </li>
<li> </li>
<li> </li>
<li> </li>
</ul>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

lijsten nummering

A

<ol>
<li> </li>
<li> </li>
<li> </li>
<li> </li>
</ol>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Een link

A

<a>waar je op klikt</a>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Een afbeelding

A

<img></img>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

afbeelding grootte

A

<img src=”afbeelding”width=”200px”>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Kleuren

A

<body>
</body>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Voor een nieuw tablad gebruik je

A

target=”_blank”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

om een youtube video in een document te zetten kopieer je de.

A

<iframe>
</iframe>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

tabel openen

A

<table>
</table>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Hoofdrij tabel

A

<tr>
<th>Fruitsoort</th>
<th>Prijs</th>
</tr>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Andere rijen tabel

A

<tr>
<td>Appels</td>
<td>2 euro</td>
</tr>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Grootte tabel

A

<td height=”20px”>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Horizontaal samenvoegen van kolom 2

A

<td colspan=”2”>.

17
Q

Verticaal samenvoegen van kolom 2

A

<td rowspan=”2”>

18
Q

link on a new page

A

<a>waar je op klikt</a>

19
Q

css in bestand doen

A

<link></link>

20
Q

css opmaak

A

body
{font-family: Arial, Verdana, sans-serif;
background-color: black
}
h2
{color: yellow;
}

21
Q

css opmaak types link

A

a:link
{color: yellow;
}
a:visited
a:hover
a:active