Advertisement
Guest User

ADWDAWD

a guest
Sep 19th, 2014
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1.  
  2. <html>
  3. <head>
  4. <title> Nick /Tutorials lesson 4 </title>
  5. </head>
  6. <body>
  7.  
  8. <!-- this assignment is worth 15 points -->
  9. <address>
  10. Name:Nick Stuhlderher<br>
  11. Period: 2 <br>
  12. Date Modified: 09-12-14
  13. </address>
  14.  
  15. <h1>Lesson 4 Tags that effect the appearence of your text</h1>
  16. <h3> Headers, Alignment, Emphasis </h3>
  17. <hr>
  18.  
  19. <ul>
  20. <li>Color is used to change the appearance of the text. We have to consider
  21. how our design will look in diffrent web browsers Some tags are browser
  22. specific</li>
  23.  
  24. <li>''Emphasis''and "strong Emphasis'' are CONTENT BASED mark up
  25. tags.Useing content based markup tags means they are compatible across
  26. browsers</li>
  27.  
  28. <li>Tags that are based on content and not on the appearence are called
  29. LOGICAL TAGS.the browser chooses the best way to display the best way to
  30. display the text on the screen</li>
  31.  
  32. </ul>
  33. <h3>Logical tags</h3>
  34. <ul>
  35.  
  36. <li> HEADERS TAGS; Begin with the largest tag size ''Level 1 heading''.the
  37. smallest size is ''Level 6 heading''.the tags are H1 to H6.</li>
  38.  
  39. <li>Some search engines give words appearing in headers more importance.
  40. Useing headers is like creating a ouytline for the content of your webpage.</li>
  41.  
  42. <li>An Attribute can have a value.ALIGN is a Attribute,And it can have a
  43. default value (left),Center as a value, or right as a value. using the quotes for
  44. these particular values is optional.</li>
  45.  
  46. </body>
  47. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement