Advertisement
GameNCode

Yuval Main JSP

Dec 14th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.42 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4. <link rel="stylesheet" type="text/css" href="cssForTopBar.css">
  5.                
  6.         <title> ZIZ </title>
  7.     </head>
  8.    
  9.         <body>
  10.  
  11.             <a name="top"></a>
  12.             <h1 class="centerText"; style="background-color:blue;color:white"><code> Hey ! This Is My Website, Enjoy ! </code></h1>
  13.                 <p  class="centerText"; style=" background-color:yellow">Hey, This is a paragraph that I don't know what to type in.</p>
  14.                         <br>    <!--This is a comment. Yey... I know how to do this useless tag-->
  15.         <ul>
  16.                     <li><a href="Atar.html">Home</a></li>
  17.                     <li><a href="#news">News</a></li>
  18.                     <li><a href="ContactPage.html">Contact</a></li>
  19.                     <li><a href="AboutPage.html">About</a></li>
  20.         </ul>
  21.                         <hr>
  22.                 <p class="centerText";> <a href="a.html" target="_blank" > Second Page </a> </p>
  23.                         <br>
  24.                         <br>
  25.                         <br>
  26.             <h3 class="centerText";>A Table</h3>
  27.                 <table align="center"; style="width:60%">
  28.                     <tr>
  29.                         <th>First Name</th>
  30.                         <th>Last Name </th>
  31.                         <th>ID</th>
  32.                     </tr>
  33.                     <tr>
  34.                         <td>Yuval</td>
  35.                         <td>Porat</td>
  36.                         <td>319126371</td>
  37.                     </tr>
  38.                     <tr>
  39.                         <td>Adam</td>
  40.                         <td>{null}</td>
  41.                         <td>000000001</td>
  42.                     </tr>
  43.                 </table>
  44.                
  45.                
  46.            
  47.            
  48.            
  49.             <h2 class="centerText";>Our Amazing Logo !</h2>
  50.                 <p style="text-align:center;">  <a href="http://steamcommunity.com/id/yuvalxp8"> <img border="3" src="http://cdn.akamai.steamstatic.com/steamcommunity/public/images/avatars/8a/8a8ab6b19339373bbcd5a7fd7b34856138f4557c_full.jpg" alt="No Img ZIZ..." style="width:184px;height:184px;"> </a>  </p>           
  51.                
  52.                
  53.                         <br>
  54.                     <h1 class="centerText";>    <button type="button"   onclick="document.getElementById('demo').innerHTML = Date()" align="middle" >
  55.                             Oh No ! I forgot My Watch -- Click Me To Show Your Local Time !</button>    </h1>
  56.                     <p class="centerText"; id="demo"> </p>
  57.  
  58.                        
  59.                 <p class="centerText"; style="color:Blue"> <b>Sign Up To Our Free Weekly Newspaper</b> </p>
  60.                     <h1 class="centerText";><form action="action_page.php">
  61.                         <textarea name="clientEmail" rows="1" cols="20" placeholder="example@email.com"></textarea>
  62.                     <br>
  63.                     <button type="button" onclick="alert('Thank You ! Your Email Has Been Added To Our DataBase')">Submit</button>
  64.                     </form></h1>
  65.                 <br>
  66.                 <br>
  67.                     <p class="centerText";> <a href="#top"> Click Me To Get To The Top !</a> </p>
  68.                
  69.                
  70.  
  71.                
  72.                
  73.                
  74.                
  75.                
  76.         </body>
  77. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement