HTML interesse |
|
Dit is de code. Ik krijg het ook niet voor elkaar deze in de plaatscode te plaatsen.
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" >
<title>Untitled document</title>
<style type="text/css">
<!--
p {
font-size: 12pt;
font-style: italic;
text-align: left;
font-family: arial, verdana;
color: #000000;
}
h1 {
font-size: 12pt;
font-style: italic;
text-align: left;
font-family: arial, verdana;
color: #000000;
}
a:link {
font-size: 12pt;
font-style: italic;
font-family: arial, verdana;
color: #000000;
}
-->
</style>
</head>
<body>
<h1> TITEL </h1>
<p>
Tekstregel1
<br>tekstregel2
<br>tekstregel3
</p>
<h1> TITEL 2 </h1>
<p>
Tekstregel1
<br>Tekstregel2
<br>Dit is<a href="index.html">de link</a>.
</p>
</body>
</html>
|