Please give two examples of an HTML tag.
________________________________________________________
________________________________________________________
I want to include the keywords "Zeus, "Hera", and "Posideon" in my
document. What HTML code should I insert?
_______________________________________________________________________
How many <body> tags can I reasonably have in a document?
None
One
Two
More than two
I want to include an image in my page. The image is at "http://euclid.nmu.edu/Icons/Olympous.jpg".
What code should I put in my document?
__________________________________________________________________________
(Yes/No) Can an image also be a link?
Who is the coolest Greek God?
Apollo
Aprodite
Xena, Warrier Princess
Suppose I want to have a page with two parallel columns. How can
I achieve that (Just name the tag you would use to do this. You don't
need to do an example.)
________________________________________________________________
What HTML code should I include to display the words "bold" in
bold?
________________________________________________________________
Every HTML document always starts with the same tag. What is
that tag?
________________________________________________________________
Forms and Frames and Tables
What does the "action=" part of <form action=..."> mean?
___________________________________________________________________________
(Yes/No) Can a page have more than one radio button?
When is data typed on a form sent to the server?
___________________________________________________________________________
Suppose I have a file of the following form. There is something
wrong with the appearence of this form. What is it?