<!DOCTYPE html>
daarna komt de <html> tag die je eindigt met de </html> tag.<!DOCTYPE html>
<html>
</html>
<!DOCTYPE html>
<html>
<head>
<title>Test pagina</title>
</head>
</html>
Dan komt de <body> daarin zet je alles wat je op je website wilt.
<!DOCTYPE html>
<html>
<head>
<title>Test pagina</title>
</head>
<body>
Dit komt op je website
</body>
</html>
Door: | Menno |
Datum: | 22-08-2013 |
Gelezen: | 4,352x |