Kategorien
Allgemein

Optimierungsfundstellung und html


<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Optimierungsfundstellung</title>
<style>
body {
margin: 3em;
}
.hinweis {
font-style: italic;
border-bottom: thin solid #ccc;
color:red;
}

pre {
background-color: darkblue;
color: yellow;
font-family: Fixedsys,Courier,monospace;
padding: 0 1em;
}
</style>
<body>
<h1>Optimierungsfundstellung</h1>
<p class="hinweis">Es folgt Optimierungsfundstellung in html</p>

<p>Die erste Optimierungsfundstellung</p>

<pre><code class="language-php">
&lt;?php
echo "Hello Optimierungsfundstellung\n";
?&gt;
</code></pre>
</body>
</html>

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert