2019-12-26, 07:12
(2019-12-25, 19:40)Phoenix-Blue Wrote: Maybe an noob question. But what do I wrong when I copy and past the code to my site https://www.onweeractueel.nl/index.htmlIn Header, instead of
Code:
<html lang="de" style="margin: 0px; padding: 0px;">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
Make it
Code:
<!DOCTYPE html>
<html lang="de" style="margin: 0px; padding: 0px;">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Phoenix Blue Page</title>
</head>