SCU ELP

Southern Christian
University

The Church, Ministry, and the Internet

[BACK][HOME][NEXT]


Week 5

I. Lesson Objectives

1 The instructor will cover the major areas of advantages and disadvantages of the students' evaluations. The instructor will discuss the narrowing of the scope of study on how the individual church can develop a ministry of outreach and teaching by investigating the approaches of various churches for their good and not so good web pages. This would require a system of evaluation to be developed for their evaluation of effectiveness. The students will write their own system of evaluation.

2. The instructor will teach basic HTML (Hypertext Markup Language) would be taught in providing specification used to develop World Wide Web home pages. Any question on technical and HTML advanced web paging would be handled on a one on one basis or by pointing the student to the appropriate internet web pages. The student would write a sample home page and e-mail it to the instructor or place the sample home page on their own internet space.

II. Lecture Outline

  • Examine HTML source documents.
  • Explain a basic HTML page.

    <HTML> (To tell the file server that this is an HTML program.)
    <HEAD>
    <TITLE>This is a program</TITLE>(Will appear at the top of the screen)
    </HEAD>

    <BODY>

    (The main body of the program goes here.)
    </BODY>
    </HTML>(Will tell the file server that this HTML program has ended.)

  • Other HTLM elements

    <H1></H1>(heading)
    <H2></H2>
    <H3></H3>
    <H4></H4>
    <H5></H5>
    <H6></H6>
    <P>(paragraph or a blank line inserted.)
    <BR>(To continue a line on the next line.)
    <HR>(A ruled line)
    <B></B>(Bold the print.)
    <I></I>(Italisize the print.)
    <U></U>(Underline the print.)
    <DL></DL>(Creates a definition list.)
    <DT>
    <DD>
    <UL></UL>(An Unordered list.)
    <OL></OL>(An Ordered list.)

    III. Need to Know

  • 1. How to build a simple Page
  • 2. The following HTML elements.

    <HTML></HTML>
    <HEAD></HEAD>
    <BODY></BODY>
    <TITLE></TITLE>
    <H1></H1>
    <H2></H2>
    <H3></H3>
    <H4></H4>
    <H5></H5>
    <H6></H6>
    <P>
    <BR>
    <HR>
    <B></B>
    <I></I>
    <U></U>
    <DL></DL>
    <DT>
    <DD>
    <UL></UL>
    <OL></OL>

    IV. Vocabulary

    V. URLs of Interest

  • HTML TutorialsReference Sites with tutorials
  • Advanced HTML Tutorials Reference Sites with tutorials
  • How to put your web page on the WWW Reference Sites with tutorials
  • Web Mastery Reference to different HTML styles, languages, and browsers
  • HTML (HyperText Mark-up Language): Overview (see also the specification)
  • A Beginner's Guide to HTML
  • A Beginner's Guide to URLs
  • Making Your Mark on the WWW
  • Style Guide for Online Hypertext
  • NCSA Mosaic/HTML quick start guide
  • Creating HTML Docs with EMACS at IU (Version 0.1)
  • Virtual Library: All About FORMS
  • Yahoo's Guide to Web Authoring
  • Yahoo's Guide to FORMS
  • Relationships in HTML links
  • WebLint
  • HTML Validation Service

    VI. Required Assignments

  • You can use any HTML editor you like. I have been using HTML Assistant Pro 2.0 for about three years. Brooklyn North has an upgraded edition called HTML Assistant Pro 97 with a 30 day free trial, and if you wish to purchase it you can do so with Mastercard, VISA, andAmerican Express. You can order either for Windows 3.X or Windows 95/NT from http://www.brooknorth.com/order/pro97_order.html . If you have any problems contact support at http://www.brooknorth.com/support/support.html . IF YOU ALREADY HAVE AN HTML EDITOR, PLEASE USE IT, INSTEAD OF BROOKLYN NORTH'S EDITOR. SAVE THE MONEY.

  • 1. Learn how to build a simple Page
  • 2. Learn how to use the HTML elements under Section III.
  • 3. Learn to use the different HTML elements.

    VII. Optional Assignments

  • Review the URL's of interest for other HTML examples.
  • Create different Internet Pages.


    Send comments to: Webminister