ciao, gli include tra il codice html servono solo per caricare le immagini, o anche file dal database ecc?

esempio:

codice:
<html>
<head>
<meta content="index,follow" name="robots">
<meta content="<%=Motori_Keywords%>" name="keywords">
<meta content="<%=Motori_Description%>" name="description">
<link rel="stylesheet" href="include/style.css">
<title><%=NomeSito%></title>
</head>

<body bgcolor="<%=Body_Sfondo%>" topmargin="<%=Body_TopMargin%>" leftmargin="<%=Body_LeftMargin%>" marginwidth="<%=Body_MarginWidth%>" marginheight="<%=Body_MarginHeight%>">
	<table width="640" cellspacing="0" cellpadding="0" align="center" border="0">
		<tr>
			<td colspan="5">
				
			</td>
		</tr>

questo: