2.5 HTML2 - Miscellaneous Tags and Topics
OBJECTIVE
-
Explain and use <head> tags
-
Explain and use <meta> tags
-
Use tables to format forms
DISCUSSION
<Head> Tags
<meta> tags
-
Specifies information about the document to browsers,
applications, and search engines
-
Belongs in the <head> section
-
Can put search-related info into meta tags.
<meta name = "description" contents = "Description of
site that appears in search" />
<meta name = "keywords" contents = "key words here"
/>
EXERCISES
1. What does the <base target = "bob"> tag do? Where does
this tag need to be?
2. Use the internet to determine how you...
-
Change the color of visited links
-
Limit the number of characters in a text box
-
Vertically align the contents in a tables cell
-
Enable a select box so that the user can choose multiple items
-
Force text to be indented from both sides
-
Force a cell in a table to span multiple columns
-
Use a hyperlink to send e-mail
-
Create a marquee
3. What are image maps? You do not have to create
one.
4. What is the <embed> tag used for? You do not
have to use one.
5. Create the following web page. Make sure that
all labels are aligned next to the input boxes.
LINKS AND HELP