Code Fragments and Scripts
HTML
Learn how to use HTML (hyper-text markup language)
to add styles, colors, different sized fonts and text alignment
to emphasize words or phrases in your questions, answers, instructions
and section text.
Images are placed in web documents using the IMG tag.
This tag has no closing tag. The basic form of the image tag is
<IMG>, but just like <A>, <IMG> by itself will
do nothing.
HTML uses the <a> (anchor) tag to create a link
to another document. An
anchor can point to any resource on the Web: an HTML page, an
image, a sound file, a movie, etc.
Tables are useful for the presentation of tabular information.
A table has an optional caption or title, optional column headings,
rows for information, and cells for each item where a column and
row intersect.
Javascript
This is code for a pop-up window that can be used to
launch a survey upon exiting a web site. A cookie is used to ensure
the pop up occurs only once per visitor.
|