Scusate se disturbo ma volevo chiedere se in un file php l'intestazione tipo:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<title> Home</title>
<link href="../stile-1.css" rel="stylesheet" type="text/css" />
</head>
<body>
.
.
.
va inserita?... o mi crea problemi( ho notato che con header fa a pugni)?... eventualmente cosa devo inserire?