Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2014
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.94 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <head>
  5.  
  6. <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
  7.  
  8. <tittle> Internet Programming - my first HTML + CSS file </tittle>
  9. <style type="text/css">
  10.     H1 {color:red;background-color: #0F0;}
  11.     H2 {color:green;background-color: #F00;}
  12.     P {font-size:20pt; margin-top: 1em; margin-bottom 2em;
  13.         margin-right; 2em; margin-left: 5em; border-width:thick; border-style:dashed;}
  14.     BODY {background-color:#AAA; background-image: url(mini_logo.jpg"); background-repeat: repeat-y; background-position: center;}
  15.     UL LI {front-weight:bold};
  16.    
  17. </style>
  18. </head>
  19.  
  20. <body>
  21.  
  22.     <h1>Resources for Web Programming course</h1>
  23.     Resources for browser-side programming include both books and web resources. HTML - Hypertext
  24.     Markup Language is a language used to define portable documents.
  25.     and mobile browsers).
  26.    
  27.     Documents require web browser to be displayed to the user.
  28.  
  29.     <h2>Books</h2>
  30.    
  31.    
  32. </body>
  33. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement