witte lijn html code example
Example 1: HTML hello world
<!DOCTYPE html>
<html>
<body>
Hello World!
</body>
</html>
Example 2: html umlaute
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<!DOCTYPE html>
<html>
<body>
Hello World!
</body>
</html>
<meta http-equiv="content-type" content="text/html; charset=utf-8">