semantic
parent
f684740623
commit
8314add14d
|
@ -1,49 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>HTML Semantic Tags</title>
|
||||
<link rel="stylesheet" href="../css/code.css">
|
||||
<link rel="stylesheet" href="../css/style.css">
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<header>
|
||||
<h1>HTML Semantische Tags</h1>
|
||||
</header>
|
||||
<pre class=" language-html">
|
||||
<code class=" language-html">
|
||||
<abbr> Abbreviation
|
||||
<acronym> Acronym
|
||||
<blockquote> Long quotation
|
||||
<dfn> Definition
|
||||
<address> Address for author(s) of the document
|
||||
<cite> Citation
|
||||
<code> Code reference
|
||||
<tt> Teletype text
|
||||
<div> Logical division
|
||||
<span> Generic inline style container
|
||||
<del> Deleted text
|
||||
<ins> Inserted text
|
||||
<em> Emphasis
|
||||
<strong> Strong emphasis
|
||||
<h1> First-level headline
|
||||
<h2> Second-level headline
|
||||
<h3> Third-level headline
|
||||
<h4> Fourth-level headline
|
||||
<h5> Fifth-level headline
|
||||
<h6> Sixth-level headline
|
||||
<hr> Thematic break
|
||||
<kbd> Text to be entered by the user
|
||||
<pre> Pre-formatted text
|
||||
<q> Short inline quotation
|
||||
<samp> Sample output
|
||||
</pre></code>
|
||||
<footer>
|
||||
<a href="https://git.perin.work/andy/webdev">Download</a>
|
||||
</footer>
|
||||
</main>
|
||||
<script src="../js/code.js"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue