<!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">
<?php
echo "Hello Optimierungsfundstellung\n";
?>
</code></pre>
</body>
</html>
Kategorien