Advertisement
JorelFx

Profile

Sep 23rd, 2023
1,157
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.06 KB | None | 1 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6.     <title>belajar buat menu</title>
  7.     <link rel="shortcut icon" href="images/Logo Pesat.png" type="image/x-icon">
  8.     <link rel="stylesheet" href="menu.css">
  9. </head>
  10. <body>
  11.     <h1>PROFILE</h1>
  12.     <nav class="web" id="menu">
  13.         <ul>
  14.             <li><a href="index.html">Home</a></li>
  15.             <li><a href="profile.html">Profile</a></li>
  16.             <li><a href="tabel.html">Tabel</a></li>
  17.             <li><a href="#">Download</a></li>
  18.             <li><a href="#">Contact Us</a></li>
  19.         </ul>
  20.     </nav>
  21.     <h1 style="text-align: center;">TENTANG SAYA</h1>
  22.     <center>
  23.  
  24.         <img src="images/WhatsApp Image 2023-09-20 at 19.39.04.jpg" alt="" width="200px">
  25.     </center>
  26.     <p style="text-align: center;"><b>NAMA: Jorel Ozora Jizraele</b></p>
  27.     <p style="text-align: center;"><b>UMUR: 15 Tahun</b></p>
  28.     <p style="text-align: center;"><b>HOBI: Bermain Valorant</b></p>
  29. </body>
  30. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement