header
parent
92a1470fc9
commit
b5fffa29c7
|
@ -29,26 +29,26 @@
|
|||
|
||||
<pre class="line-numbers language-html">
|
||||
<code class="language-html"><head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="Die HTML - HEADER Struktur in Webseiten">
|
||||
<meta name="robots" content="index,follow">
|
||||
<meta name="author" content="Mein Name">
|
||||
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
|
||||
<link rel="stylesheet" href="../css/style.css">
|
||||
<title>Der HEADER in der HTML Struktur</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="Die HTML - HEADER Struktur in Webseiten">
|
||||
<meta name="robots" content="index,follow">
|
||||
<meta name="author" content="Mein Name">
|
||||
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
|
||||
<link rel="stylesheet" href="../css/style.css">
|
||||
<title>Der HEADER in der HTML Struktur</title>
|
||||
</head>
|
||||
</code>
|
||||
</pre>
|
||||
</article>
|
||||
|
||||
<aside>
|
||||
<article>
|
||||
<h2>Artikel 2</h2>
|
||||
<p>Diese Seite enthält zunächst die Struktur und wenig Inhalt.<br>
|
||||
Das <strong>Bild</strong> erhält ein <strong>title</strong> und ein <strong>alt Attribut</strong>. Die
|
||||
<strong>Links</strong> erhalten ein <strong>title Attribut</strong>.
|
||||
</p>
|
||||
</aside>
|
||||
</article>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
|
|
Loading…
Reference in New Issue