Advertisement
Femn0X

Main html

Apr 29th, 2025 (edited)
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.08 KB | Software | 0 0
  1. <!DOCTYPE html>
  2. <html lang="de">
  3.     <head>
  4.         <meta charset="UFT-8">
  5.         <meta name="viewport" content="width=device-width,initial-scale=1.0">
  6.         <title>Luca's webseite</title>
  7.         <link rel="stylesheet" href="main.css">
  8.     </head>
  9.     <main>
  10.     <body>
  11.         <header>
  12.             <div class="tlgray">
  13.                 <h1>Internet</h1>
  14.                     <h2>Webseite</h2>
  15.                     <p>Wie dieses projext nur eine seite</p>
  16.                     <h2>Website</h2>
  17.                     <p>Mehrere verbundene webseiten</p>
  18.             </div>
  19.         </header>
  20.         <div class="tab"></div>
  21.         <nav>
  22.             <a href="#art">Artiekel</a>
  23.             <div></div>
  24.             <a herf="#sec-1">Section eins</a>
  25.             <div></div>
  26.             <a herf=#sec-2>Section zwei</a>
  27.             <div></div>
  28.             <a href="#sec-3">Section drei</a>
  29.             <div></div>
  30.             <a href="#end">Nach unten</a>
  31.         </nav>
  32.         <div class="tab"></div>
  33.         <article id="art">
  34.             <h1>Unnütze Fakten</h1>
  35.             <ul>
  36.                 <li><p>Pferde kömmem sich nicht übergeben</p></li>
  37.                 <li><p>Im Durchsnitt warten Menschen in Deutschland 7min an der Supermarktkasse</p></li>
  38.                 <li><p>Bambus ist ein Gras</p></li>
  39.             </ul>
  40.         </article>
  41.         <div class="tab"></div>
  42.         <section id="sec-1">
  43.             <input type="text" id="inp">
  44.             <div></div>
  45.             <input type="email">
  46.         <button onclick="main()">Knopf</button>
  47.         <p id="out">Knopf drücken</p>
  48.     </section>
  49.     <div class="tab"></div>
  50.         <section id="sec-2">
  51.             <img src="luffy.jpg" alt="luffy gear5" width="600" height="400">
  52.             <div class="transp">
  53.                 <h1>Mathe</h1>
  54.                 <p>a=x²,&radic;a=|x|</p>
  55.                 <p>wenn x=-2,2;a=4</p>
  56.                 <p>wenn a=81;x=-9,9</p>
  57.                 <div class="tab"></div>
  58.                 <p>y²+x²=1</p>
  59.                 <p>y²+x²-1=0</p>
  60.                 <p>y²-1=-x²</p>
  61.                 <p>y²=-x²+1</p>
  62.                 <p>x²=-y²+1</p>
  63.             </div>
  64.         </section>
  65.         <div class="tab"></div>
  66.         <section id="sec-3">
  67.             <h1>IPS</h1>
  68.             <p>a.b.c.d IP v4 max(a,b,c,d)=255</p>
  69.             <p>a.b.c.d.e IP v5 max(a,b,c,d,e)=255</p>
  70.             <p>bei IP v6 keine anung</p>
  71.             <p>192.168.x.y home IP</p>
  72.             <p>1->10.x.y.z private IP</p>
  73.             <p>8.8.8.8 DNS von google</p>
  74.         </section>
  75.         <div class="tab"></div>
  76.         <section id="end">
  77.             <h1>Ende</h1>
  78.         </section>
  79.     </main>
  80.         <footer>
  81.             <div class="footer-content">
  82.             <h1>Information:</h1>
  83.             <ul>
  84.                 <li><p>Email:[email protected]</p></li>
  85.                 <li><p>Telefon nr.:015730276462</p></li>
  86.                 <li><a href="copyright.txt">copyright&copy;</a></li>
  87.             </ul>
  88.             </div>
  89.         </footer>
  90.         <script src="main.js"></script>
  91.     </body>
  92. </html>
Tags: #webdesign
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement