Top Banner
12

PowerPoint Presentation · 2011. 10. 31. · 7. 8. 9. Comments Comments are added into the code to inform programmers what functions the various sections of the code are effecting.

Sep 24, 2020

Download

Documents

dariahiddleston
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: PowerPoint Presentation · 2011. 10. 31. · 7. 8. 9. Comments Comments are added into the code to inform programmers what functions the various sections of the code are effecting.
Page 2: PowerPoint Presentation · 2011. 10. 31. · 7. 8. 9. Comments Comments are added into the code to inform programmers what functions the various sections of the code are effecting.
Page 3: PowerPoint Presentation · 2011. 10. 31. · 7. 8. 9. Comments Comments are added into the code to inform programmers what functions the various sections of the code are effecting.
Page 4: PowerPoint Presentation · 2011. 10. 31. · 7. 8. 9. Comments Comments are added into the code to inform programmers what functions the various sections of the code are effecting.
Page 5: PowerPoint Presentation · 2011. 10. 31. · 7. 8. 9. Comments Comments are added into the code to inform programmers what functions the various sections of the code are effecting.
Page 6: PowerPoint Presentation · 2011. 10. 31. · 7. 8. 9. Comments Comments are added into the code to inform programmers what functions the various sections of the code are effecting.
Page 7: PowerPoint Presentation · 2011. 10. 31. · 7. 8. 9. Comments Comments are added into the code to inform programmers what functions the various sections of the code are effecting.
Page 8: PowerPoint Presentation · 2011. 10. 31. · 7. 8. 9. Comments Comments are added into the code to inform programmers what functions the various sections of the code are effecting.
Page 9: PowerPoint Presentation · 2011. 10. 31. · 7. 8. 9. Comments Comments are added into the code to inform programmers what functions the various sections of the code are effecting.
Page 10: PowerPoint Presentation · 2011. 10. 31. · 7. 8. 9. Comments Comments are added into the code to inform programmers what functions the various sections of the code are effecting.
Page 11: PowerPoint Presentation · 2011. 10. 31. · 7. 8. 9. Comments Comments are added into the code to inform programmers what functions the various sections of the code are effecting.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>My Sample Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> <h1>This is my sample page in H1</h1> <p><br> <br> </p> </body> </html>

Page 12: PowerPoint Presentation · 2011. 10. 31. · 7. 8. 9. Comments Comments are added into the code to inform programmers what functions the various sections of the code are effecting.