Site hosted by Angelfire.com: Build your free website today!

Working With Attributes


  1. Login to your account on the WebCity server (webcity.arc.losros.cc.ca.us)

  2. Create an HTML file using the text processor pico

         pico attributes.html

  3. Create the surrounding template for the web page by entering the following tags.

  4. Create the surrounding template for the web page using the HTML Template Extension.

    ­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­

    <HTML>

    <HEAD>
    <TITLE>Adding Attributes to Tags</TITLE>
    </HEAD>

    <BODY>

    </BODY>

    </HTML>

    ­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­

  5. Refer to the Attributes text document that we discussed in class. Add the appropriate tags and insert the "HTMLized" text between the <BODY> and </BODY> tags above.

  6. To view your web page, open a browser and type in the following URL:

         http://webcity.arc.losrios.cc.ca.us/~login/attributes.html