This repository has been archived on 2026-08-16. You can view files and clone it, but cannot push or open issues/pull-requests.
|
<!DOCTYPE html>
|
|
<html lang="de">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Überschriften</title>
|
|
</head>
|
|
<body>
|
|
<h1>H1-Überschrift</h1>
|
|
<h2>H2-Überschrift</h2>
|
|
<h3>H3-Überschrift</h3>
|
|
<h4>H4-Überschrift</h4>
|
|
<h5>H5-Überschrift</h5>
|
|
<h6>H6-Überschrift</h6>
|
|
</body>
|
|
</html> |