Advertisement
Guest User

Untitled

a guest
Dec 14th, 2019
3,426
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.65 KB | None | 0 0
  1. <html>
  2. <head>
  3.     <title>Whitney Houston Foundation</title>
  4.     <link rel="stylesheet" type="text/css" href="style2.css">
  5.     <meta name="viewport" content="width=device-width, initial-scale=1">
  6.     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
  7. </head>
  8. <header>
  9.     <div class="main">
  10.         <div>
  11.             <nav>
  12.               <ul>
  13.                <li><a href="index.html">OVERVIEW</a></li>
  14.                <li><a href="Earlylife.html">EARLY LIFE & CAREER</a></li>
  15.               <li><a href="Music.html">MUSIC & AWARDS</a></li>
  16.               <li><a href="Death.html">DEATH & MEMORIAL</a></li>
  17.               <li><a class="active">CONTACTS & COMMENTS</a></li>
  18.              </ul>
  19.            </nav>
  20.        </div>
  21.         <div class="row">
  22.  <div class="column">
  23.    <img src="images/restnewnew.png" alt="billboard" style="width:80.01%">
  24.  </div>
  25.    </div>  
  26.    </div>  
  27.    </header>  
  28. <body>
  29. <form action="/action_page.php" style="border:1px solid #ccc">
  30.  <div class="container">
  31.    <h1>Sign Up</h1>
  32.    <p>Please fill in this form to create an account.</p>
  33.    <hr>
  34.  
  35.    <label for="email"><b>Email</b></label>
  36.    <input type="text" placeholder="Enter Email" name="email" required>
  37.  
  38.    <label for="psw"><b>Password</b></label>
  39.    <input type="password" placeholder="Enter Password" name="psw" required>
  40.  
  41.    <label for="psw-repeat"><b>Repeat Password</b></label>
  42.    <input type="password" placeholder="Repeat Password" name="psw-repeat" required>
  43.    
  44.    <label>
  45.      <input type="checkbox" checked="checked" name="remember" style="margin-bottom:15px"> Remember me
  46.    </label>
  47.    
  48.    <p>By creating an account you agree to our <a href="#" style="color:dodgerblue">Terms & Privacy</a>.</p>
  49.  
  50.    <div class="clearfix">
  51.      <button type="button" class="cancelbtn">Cancel</button>
  52.      <button type="submit" class="signupbtn">Sign Up</button>
  53.    </div>
  54.  </div>
  55. </form>
  56. </div>
  57.    
  58. </body>    
  59. <br>
  60.  <br>
  61.  <br>
  62.  <br>
  63.  <br>    
  64.     <div class="footer">   
  65.       <p><a href="https://www.facebook.com/WhitneyHouston/" class="fa fa-facebook"></a>
  66.          <a href="https://twitter.com/hashtag/whitneyhouston?lang=en" class="fa fa-twitter"></a>
  67.          <a href="https://open.spotify.com/artist/6XpaIBNiVzIetEPCWDvAFP?si=QQSAv04jT2-Ut3DkP3n1NQ" class="fa fa-spotify"></a>  
  68.          <a href="https://www.youtube.com/channel/UC7fzrpTArAqDHuB3Hbmd_CQ" class="fa fa-youtube"></a>
  69.          <a href="https://www.instagram.com/whitneyhouston/?hl=en" class="fa fa-instagram"></a></p>
  70.       <p>Kelvin Mills -HTML 2019 - knmills@bhcc.edu</p><br>
  71.    </div>
  72.    
  73.    
  74.    
  75.    
  76.  
  77. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement