Animated Ball UMUC Logo
http://polaris.umuc.edu/~flazarus/
(Adapted from Ferdinand a children's book by Munro Leaf, 1936)

   
Logo


http://polaris.umuc.edu/~Ferdinand/

Ferdinand's First Page

With Graphics





Let us analyze the tags that put the logo up:

<img align="left" width="180" height="200" src="../graphics/ferd_bu2.gif" alt="Ferd's Logo">

  • img = Image Definition Tag *
  • align = Placement Tag Relative to Associated Text
  • width = Image Width Tag
  • height = Image Height Tag
  • src = Image Source (location) Tag *. Note the Relative Addressing
    (Go up one, then down to the 'graphics' directory and fetch the image 'ferd_bu2.gif')
  • alt = Description Tag for Non-Graphical Browsers

    * Must have these as a minimum
Go to it!



Who Am I?

I'm a Longhorn bull born in Spain in the early summer of 1936. My name is Ferdinand.

I spent much of my youth in a beautiful pasture, sitting under a cork tree, smelling the flowers. Through a confrontation with a bumblebee and a subsequent misunderstanding, a group from Madrid selected me to participate in a sporting event. I however I was not suited to the task. As I left the arena several members of the opposing team, called Banderollos and Picadores I think, were seen banging their heads on the ground. Another fellow, called a Matador, fell on his own sword in frustration. Strange behavior I would say. At any rate I emigrated to America shortly thereafter and have been teaching ever since.


Hobbies and Interests

Computing, is an abiding interest for me. Next to smelling flowers of course.

I'm sure your children would enjoy the book by Mundo Leaf, illustrated by Robert Lawson, and published by Viking Press that journals the bumblebee event mentioned above.

Sites that provide information on how to write for the Web are noted below.


Comment?
Mail Here:
Light ferdinand@polaris.umuc.edu
Last revision: 02/03/00
How do you make the light a mailto link?

<a href="mailto:ferdinand@polaris.umuc.edu"> <img align="top" src="../graphics/lite.gif" alt="Light" border="0" width="34" height="37"></a>

Note the border="0". This removes the colored border associated with images used as links.



Back to the Mechanics Index