Tassos

Simple HTML page :P

Nov 23rd, 2014
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.72 KB | None | 0 0
  1. <html>
  2.  
  3.  
  4.     <head>
  5.    
  6.         <title>Hello World!! :D  </title>
  7.  
  8.     </head>
  9.  
  10.     <body background = "http://www.madtomatoe.com/wp-content/uploads/2010/11/matrix-animated-image.gif" text = #C11B17>
  11.     <!-- color code by : http://www.computerhope.com/htmcolor.htm -->
  12.        
  13.         <center>
  14.         <h1> Hello Word (h1) </h1>
  15.        
  16.  
  17.         <p>
  18.         This is my first HTML page. <br> I hope you like it.
  19.         </p>
  20.  
  21.         <p>
  22.         This is another paragraph. <br> We are int <b> T.E.I. of Epirus </b> <br>
  23.         And we done our firts <u> <i> Lab </i> </u>
  24.         </p>
  25.    
  26.  
  27.         <img src= http://g-lts.info/templates/shape5_vertex/images/glts_logo.png >
  28.  
  29.  
  30.  
  31.         <a href="http://g-lts.info" target="_blank"> <h2><b>Look here!! ;)</b></h2></a>
  32.         </center>
  33.  
  34.     </body>
  35.  
  36.  
  37.  
  38.  
  39. </html>
Advertisement
Add Comment
Please, Sign In to add comment