1 / 6

Introduction to MIS

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;

mirra
Download Presentation

Introduction to MIS

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. Introduction to MIS Appendix 3 Creating Web Pages

  2. 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

  3. 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

  4. 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>

  5. 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

  6. 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

More Related