60 likes | 211 Views
Introduction to MIS. Appendix 3 Creating Web Pages. Determine the content. Define a style. Create each page. Text Graphics Link the pages. Test your work. Transfer pages to a Web site. Appendix: Creating Web Pages. Appendix: Style Sheets. BODY { margin-left: 5px;
E N D
Introduction to MIS Appendix 3 Creating Web Pages
Determine the content. Define a style. Create each page. Text Graphics Link the pages. Test your work. Transfer pages to a Web site. Appendix: Creating Web Pages
Appendix: Style Sheets BODY { margin-left: 5px; font: 10pt "Times New Roman", Times, serif; color: black; text-align: left; background-color: #e0ffff; } P { margin-left: 0px; font: 10pt "Times New Roman", Times, serif; color: black; background: transparent; } H1 { margin-left: 0px; font: 16pt "Times New Roman", Times, serif; color: black; font-weight: bold; background: transparent; } Style Sheet Body { … } P {…} Page 3 Page 2 Page1
Appendix: Sample HTML <HTML> <HEAD> <TITLE>Sample HTML Page</TITLE> </HEAD> <BODY> <H1>Section One</H1> <P>This is a sample paragraph on a sample page.</P> </BODY> </HTML>
Appendix: Publishing Files Accessible Web pages Internet or intranet Initial pages Web server Transfer methods: Microsoft Front Page extensions FTP: file transfer protocol Your computer
Start with a tool like Microsoft Word (or Front Page, etc.). Get a good graphics package Keep page size small 30,000 - 50,000 bytes typically takes 8 - 15 seconds First develop the pages on your own computer. Test all links. Transfer later. Use style sheets. Consistency. Ease of change. Study design elements and art. Formal training/art classes. Study other sites. Watch for and create trends. Web Development Hints