HTML-Grundgerüst

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>HTML-Grundgerüst</title>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<META name="robots" content="index, follow">
<!-- <meta name="robots" content="noindex"> (Keine Daten an Suchmaschine übermitteln) -->
<!-- <meta name="robots" content="nofollow"> (Links nicht folgen) -->
<!-- <META http-equiv=pragma content=no-cache> (Datei nicht auf Proxy-Server speichern) -->
<!-- <META http-equiv=expires content=0> (Daten nicht aus einem Cache-Speicher holen) -->
<META name="language" content="deutsch, de">
<META name="revisit-after" content="10 days">
<META name="page-topic" content="Branchenverzeichnis">
<META name="page-type" CONTENT="Katalog Verzeichnis">
<META name="audience" CONTENT="Alle">
<META name="rating" CONTENT="General">
<META name="description" content="Titel der Homepage">
<META name="author" content="UserBerlin">
<META name="keywords" content="Suchwörter, viele,viele">

<STYLE type=text/css>
BODY {
            SCROLLBAR-ARROW-COLOR: white; SCROLLBAR-BASE-COLOR: #9999ff
}
A:link {
            COLOR: #ff0000; TEXT-DECORATION: underline
}
A:visited {
            COLOR: ff0000; TEXT-DECORATION: underline
}
A:hover {
            COLOR: #0000ff; TEXT-DECORATION: none
}
A:active {
            COLOR: #0000ff; TEXT-DECORATION: none
}
#gruen:hover{
            COLOR: #00FF00 ; TEXT-DECORATION: none
}
</STYLE>

<!-- Fav-Icon für alle Systeme
<link rel="shortcut icon" href="favicon.ico" />
<link rel="icon" type="image/png" href="favicon.png" sizes="32x32">
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="mstile-144x144.png">-->

<!--Folgende Bilder erstellen:
favicon.ico -> 32 x 32
favicon.png" -> 32 x 32
apple-touch-icon.png -> 180 x 180
mstile-144x144.png -> 144 x 144 -->

<!--<LINK href="dateien/style.css" type="text/css" rel="STYLESHEET"> (CSS-Datei einbinden) -->
<!--<meta http-equiv="refresh" content="2; url=HTML_Kurs/index.htm"> (Weiterleitung in 2sec.) -->
<META content="MSHTML 5.50.4134.600" name=GENERATOR></head>

<body text=#999900 bgColor=#C8C8E6 vLink=#ff0000 aLink=#0000ff link=#ff0000 leftMargin=0 topMargin=0 background="1.jpg" bgproperties="fixed">
<h1 align="center">HTML-Grundgerüst</h1>
<TABLE cellSpacing=10 cellPadding=10 width="98%" align="left" borderColorDark=#cccccc borderColorLight=#000000 border=1>
<TR>
<TD><P align=left><FONT color=#000099 face="Arial, Helvetica" size=2>
INHALT
</FONT></P></TD></TR></TABLE>
</body>
</html>

Grundgerüst Frames
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
         "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>HTML-Grundgerüst</title>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<META name="robots" content="index, follow">
<!-- <meta name="robots" content="noindex"> (Keine Daten an Suchmaschine übermitteln) -->
<!-- <meta name="robots" content="nofollow"> (Links nicht folgen) -->
<!-- <META http-equiv=pragma content=no-cache> (Datei nicht auf Proxy-Server speichern) -->
<!-- <META http-equiv=expires content=0> (Daten nicht aus einem Cache-Speicher holen) -->
<META name="language" content="deutsch, de">
<META name="revisit-after" content="10 days">
<META name="page-topic" content="Branchenverzeichnis">
<META name="page-type" CONTENT="Katalog Verzeichnis">
<META name="audience" CONTENT="Alle">
<META name="rating" CONTENT="General">
<META name="description" content="Titel der Homepage">
<META name="author" content="UserBerlin">
<META name="keywords" content="Suchwörter,viele,viele">

<!-- Fav-Icon für alle Systeme
<link rel="shortcut icon" href="favicon.ico" />
<link rel="icon" type="image/png" href="favicon.png" sizes="32x32">
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="mstile-144x144.png">-->

<!--Folgende Bilder erstellen:
favicon.ico -> 32 x 32
favicon.png" -> 32 x 32
apple-touch-icon.png -> 180 x 180
mstile-144x144.png -> 144 x 144 -->

<!--<LINK href="dateien/style.css" type="text/css" rel="STYLESHEET"> -->
<META content="MSHTML 5.50.4134.600" name=GENERATOR></head>

<frameset border="0" frameSpacing="0" rows="*" frameBorder=no cols="190,*"><frame name=menu
src="menu.htm" frameBorder=no scrolling="0"><frameset
border="0" frameSpacing="0" rows="80,*" frameBorder=no cols="*"><frame name="top"
src="top.htm" frameBorder=no scrolling=no><frame
name="start" src="start.htm"><noframes>

<body text=#999900 bgColor=#C8C8E6 vLink=#ff0000 aLink=#0000ff link=#ff0000 leftMargin=0 topMargin=0 background="1.jpg" bgproperties="fixed">
<h1 align="center">HTML-Grundgerüst</h1>
<TABLE cellSpacing=10 cellPadding=10 width="98%" align="left" borderColorDark=#cccccc borderColorLight=#000000 border=1>
<TR>
<TD><P align=left><FONT color=#000099 face="Arial, Helvetica" size=2>
Hier die Hyperlinks für die untergeordneten Seiten aufführen!
z.B: <a href="dateien/main.htm">Startseite für ... (viel Text für die Suchmaschinen.)</a>
</FONT></P></TD></TR></TABLE>
</body>
</noframes></frameset></frameset>
</html>