1 / 45

ACM 262

ACM 262. Week -2. HTML. HTML. HTML. HTML. Planning a Website. Planning a Website. Planning a Website. Planning a Website. HTML. HTML. HTML. HTML. HTML. HTML. Document Decleration. Document Decleration. Meta Tags. Blank Space. Blockquote. <html> <body>

moe
Télécharger la présentation

ACM 262

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. ACM 262 Week -2 ACM 262 Course Notes

  2. HTML ACM 262 Course Notes

  3. HTML ACM 262 Course Notes

  4. HTML ACM 262 Course Notes

  5. HTML ACM 262 Course Notes

  6. Planning a Website ACM 262 Course Notes

  7. Planning a Website ACM 262 Course Notes

  8. Planning a Website ACM 262 Course Notes

  9. Planning a Website ACM 262 Course Notes

  10. HTML ACM 262 Course Notes

  11. HTML ACM 262 Course Notes

  12. HTML ACM 262 Course Notes

  13. HTML ACM 262 Course Notes

  14. HTML ACM 262 Course Notes

  15. HTML ACM 262 Course Notes

  16. Document Decleration ACM 262 Course Notes

  17. Document Decleration ACM 262 Course Notes

  18. Meta Tags ACM 262 Course Notes

  19. Blank Space ACM 262 Course Notes

  20. Blockquote <html> <body> Here comes a long quotation: <blockquote> This is a long quotation. This is a long quotation. This is a long quotation. This is a long quotation. This is a long quotation. </blockquote> Notice that a browser inserts white space before and after a blockquote element. It also inserts margins for the blockquote element. </body> </html> ACM 262 Course Notes

  21. Lists ACM 262 Course Notes

  22. Lists ACM 262 Course Notes

  23. Nested Lists ACM 262 Course Notes

  24. Nested Lists ACM 262 Course Notes

  25. Special Characters ACM 262 Course Notes

  26. Colors ACM 262 Course Notes

  27. Body <html> <body bgcolor="#E6E6FA"> <h1>Hello world!</h1> <p><a href="http://www.w3schools.com">Visit W3Schools.com!</a></p> <p><b>Note:</b> If using color names, different browsers may render different colors, and Firefox have problems if the attribute value is in RGB code (will not display correct color).</p> <p><b>Tip:</b> To produce equal results in all browsers, always use hex code to specify colors.</p> <p>However, the bgcolor attribute was deprecated in HTML 4, and is not supported in HTML 4.01 Strict DTD or in XHTML 1.0 Strict DTD. Use CSS instead.</p> </body> </html> ACM 262 Course Notes

  28. Body <html> <body background="w3s.png"> <h1>Hello world!</h1> <p><a href="http://www.w3schools.com">Visit W3Schools.com!</a></p> <p>The background attribute was deprecated in HTML 4, and is not supported in HTML 4.01 Strict DTD or in XHTML 1.0 Strict DTD. Use CSS instead.</p> </body> </html> ACM 262 Course Notes

  29. Image Files ACM 262 Course Notes

  30. Image Files ACM 262 Course Notes

  31. Image Files ACM 262 Course Notes

  32. Image Files ACM 262 Course Notes

  33. Links ACM 262 Course Notes

  34. Links ACM 262 Course Notes

  35. Links ACM 262 Course Notes

  36. Links ACM 262 Course Notes

  37. Tables ACM 262 Course Notes

  38. Tables <table border="1" cellspacing="10"> <table border="1" cellpadding="10"> ACM 262 Course Notes

  39. Tables <table border="1" width="400"> <table border="1" width="90%"> ACM 262 Course Notes

  40. Tables ACM 262 Course Notes

  41. Tables ACM 262 Course Notes

  42. Tables <table><tr><td>First cell in first table. The cell to the right has the second table in it.</td><td>    <table>    <tr><td>nested table</td></tr>    <tr><td>nested table</td></tr>    </table></td></tr></table> ACM 262 Course Notes

  43. HTML 5 HOMEWORK ACM 262 Course Notes

  44. HTML 5 ACM 262 Course Notes

  45. HTML 5 ACM 262 Course Notes

More Related