Advertisement
Zeinab_Hamdy

nextToOthers

Oct 21st, 2023
730
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.53 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html >
  3.  
  4.     <head>
  5.         <title > Exercise 1</title>
  6.         <meta  charset="UTF-8">
  7.         <meta name="description" content="the description of page">
  8.     </head>
  9.  
  10.    
  11.     <body>
  12.         <h1  align="center"> <b> <em> Meet Jack </em></b> </h1>
  13.         <center>
  14.             <image src="Images/Jack.jpeg" alt="Jack" >
  15.         </center>
  16.        
  17.         <p >
  18.             This is Jack. He's an odd little boy that just got an
  19.             empty box for his birthday. He may <i>look</i> happy, but
  20.             he's a <i>little</i> disappointed. Now he'll have to put a few
  21.             things  in the box.<br><br>
  22.             Jack would really like...
  23.          
  24.             <p>
  25.                 <ul>
  26.                     <li> Roller blades</li>
  27.                     <li> Magic tricks</li>
  28.                     <li> Anything Pokemon</li>
  29.                     <li> A motorized Lego set</li>
  30.                 </ul>
  31.             </p>
  32.            
  33.         </p>
  34.  
  35.         <p> You can get all this (and more) at an online toy
  36.             store. Two very popular ones are
  37.             <a href="http://www.toysrus.com/" target ="_blank">toysrus.com</a> and
  38.             <a href="https://www.toysrus.com/" target ="_blank" >etoys</a>
  39.         </p>
  40.  
  41.  
  42.         <hr>
  43.  
  44.         <p>
  45.             <small >&copy; 2023
  46.                 <a href="mailto:zeinabhamdy1010@gmail.com" target ="_blank"> Zeinab Hamdy</a>
  47.                 . All rights reserved.
  48.             </small>
  49.         </p>
  50.         </div>
  51.  
  52.     </body>
  53. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement