Advertisement
Guest User

Untitled

a guest
Jun 8th, 2012
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. What i showed in Tutorial #1:
  2.  
  3. Standard html:
  4. <html>
  5. <head>
  6. <title>Hello, im learning the basic</title>
  7. </head>
  8. <body>
  9.  
  10. </body>
  11. </html>
  12.  
  13. Background color <body style="background:#FFFFFF">
  14.  
  15. Header: <h1>LOL</h1>
  16.  
  17. Why we use <p>
  18.  
  19. Text color: <span style="color:green">
  20.  
  21. <strong> the tag = Bold
  22.  
  23. <em> the tag = italics
  24.  
  25. <br> the tag = line break
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement