html body { margin-top: 50px !important; } #top_form { position: fixed; top:0; left:0; width: 100%; margin:0; z-index: 2100000000; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; -o-user-select: none; border-bottom:1px solid #151515; background:#FFC8C8; height:45px; line-height:45px; } #top_form input[name=url] { width: 550px; height: 20px; padding: 5px; font: 13px "Helvetica Neue",Helvetica,Arial,sans-serif; border: 0px none; background: none repeat scroll 0% 0% #FFF; }
Materials For HTML in Blackboard
Materials For HTML in Blackboard
Table of contents:
Very basic HTML | Blackboard's Basic HTML| Cheatsheet {simple} HTML| Barebones {complex}
html | Internal Reference tag Blackboard Course
Basic HTML
The Text field under Content Information allows you to type text with basic HTML, which
displays through a browser. You must add the basic HTML to your text within the TEXT field.
HTML: When you type HTML do not add these tags: <html>, <head>, <title>, or
<body>.
Type HTML
The Text field under Content Information allows you to type HTML, which displays through a
browser.
HTML: When you type HTML do not add these tags; <html>, <head>, <title>, or
<body>.
Do you want to make the content visible? - Click Yes so that your students can
view the content; click No if you do not want your students to view this content.
Do you want to add offline content? - This feature should be selected (Yes) only
if you are creating a link to a file on a CD-ROM which is located on the students'
personal computers.
Do you want to track number of views? - Click Yes so that you may view how
often this content has been accessed.
Do you want to add Metadata? - Click Yes so that Blackboard can keep accurate
metrics.
Select Date(s) of Availability - Click Yes and choose the Display After/Until
dates/times so that your content is only viewable during those dates/times. If you do
not select anything here, the content will be continuously visible.
5) Scroll down to the bottom of the page and click the Submit button.
More Information
The Text field under Content Information allows you to type HTML, which displays through a
browser.
HTML: If you copy/paste HTML into this field, remember to only copy/paste
between and not including the body tags (<body>This Only</body>).
Note: Do not copy/paste Word 2000/2001 HTML into Blackboard text fields.
Microsoft adds style sheet tags into your HTML which will not work in Blackboard
because the style sheet resides between the <head> and <body> tags. If you use
Word 2000/2001 download the Microsoft Word 2000 HTML Filter(PC only).
5) Scroll down to the bottom of the page and click the Submit button.
More Information
__________________________________________________________________
__________________________________________
"Smart Text" isn't very smart, but it does recognize SPACES, TABS, LINE BREAKS, and some
html, like <b> for bold , <u> for underline, <img src="mypicture.gif"> for inserting images, <i> for
italics, <font face> for changing font faces, <font size> for changing the font size.
[top]
____________________________________________________________________________
______________________________________
1. What is HTML?
The acronym HTML stands for HyperText Mark-up Language. It is the set of
codes used to format (or "mark up") Web pages. A single piece of HTML code
is called a "tag." HTML tags are surrounded by pointed brackets ("<" and ">"),
also known as the greater-than and less-than symbols. Tags usually come in
pairs. The tags will format the text between the beginning tag and the end tag
of the pair.
For example the pair of HTML tags to create bold text looks like this:
The tag means "start bold here." The end tag, , means "end bold here." End
tags always include the forward slash ("/").
For smaller formatting jobs, you might prefer to type the HTML tags in yourself
as you type your content. Here are some basic HTML tags that you can use.
+ Smart Text
+ Plain Text
+ HTML
The default option is Smart Text, and most of the time you can leave it at that.
Here's a summary of their different behaviors:
a. HTML - Renders all HTML tags. Primarily used if you are cutting and pasting
HTML from another source.
b. Plain Text - Accepts your text just as you enter it. Does not render HTML
codes; any HTML codes will show as text.
c. Smart Text - Renders HTML tags, but does not require tags for line breaks
or paragraph breaks. You can enter line and paragraph breaks as you desire
by typing.Web addresses entered in the URL format are automatically
converted to links. For this to function the URL must begin with "http://" and
there must be a space before the "http://" to distinguish it from the previous
word. If an image tag is entered in Smart Text, Blackboard will automatically
prompt you to upload the image. NOTE: This only works when the Blackboard
document is first created; it does not work when modifying an existing
document.
Paragraph formatting:
NOTE: If you select the Smart Text option, you do not need to use HTML
paragraph formatting.
The tag can be used alone at the end of a paragraph, or as a pair. If you use it
as a pair, you can include the "align=left|center|right" modifier in the beginning
tag to control placement. For example, this:
><P align=right>Fourscore and seven years ago, our founding father set forth
upon this continent a new nation.</P><BR><BR>
The FONT tag requires that you use at least one of the modifiers (FACE,
COLOR, or SIZE), but you do not need to use all of them.
The FACE modifier can be set to any font, but the person viewing the page
must also have that font installed on their computer. For that reason, it is best
to stick to common fonts like Times New Roman, Arial, or Courier New.
The COLOR modifier will recognize basic colors, including black, white, gray,
red, blue, yellow, green, purple, orange, cyan, magenta, etc.
The SIZE modifier does not refer to typical font point sizes. In HTML fonts can
be sizes 1 through 7. The default font size is 3.
NOTE: Since each user can set the default font point at which their browser will
display text, these font sizes can be relative. For example, one user might have
their browser's default font set to 10-point Times while another has their
browser's default font set to 12-point Times. The HTML tag would create 10-
point Times text on the first computer, and 12-point on the latter, since 3 is the
default size.
You can use plus or minus signs to indicate sizes relative to the default. For
example:
For example:<BR></FONT><BR><A
href="http://www.blackboard.com/">Blackboard,
Inc.</A><BR><BR></FONT><FONT size=2>will take the words "Blackboard,
Inc." and turn them into a link that will direct the user to the Blackboard home
page.
will take the words "Blackboard, Inc." and turn them into a link that will direct
the user to the Blackboard home page.
Course developers should not feel like the have to learn everything about
HTML. It is possible to use Web authoring tools to generate the HTML for you.
There are many applications you could use for this. Some of the most popular
are:
WYSIWYG (What You See Is What You Get) Web-authoring tools. These tools
provide an environment similar to a word processor for Web page
Development and entire Web sites.
Again, there are many products you could choose from in this category. Some
of the most popular are Macromedia Dreamweaver, Adobe GoLive, NetObjects
Fusion, and Microsoft FrontPage. The major browses also come with free
Web-authoring tools. Netscape Composer is part of Netscape Communicator,
and Microsoft FrontPage Express (a scaled back version of FrontPage) can be
bundled with Microsoft Internet Explorer.
After developing your Web page, you have two options for including that
content in Blackboard:
1. You can save it as an HTML file and upload the HTML file itself into
Blackboard (using the "Create a link to this file" Special Action on the content-
editing forms), or
2. You can copy and past the HTML codes themselves into the text-entry box
in the Blackboard content-editing form.
For the former approach, just upload the HTML file as you would any other
document. Blackboard will also automatically detect images in an HTML file
and prompt you to upload the images as well.
1. View the HTML source. Most of the tools discussed above will have a
mechanism (usually part of a View menu) to allow you to see the "HTML
source" (which just means the HTML codes themselves).
2. Copy all of the HTML tags between but not including the and tags.
Blackboard itself dynamically generates the HTML above and below the BODY
tags, so you should not copy that portion of your HTML source.
3. Paste the copied HTML into the Blackboard content-editing forms text entry
box.
Other Resources:
If you are interested in learning more about HTML, here are some online
resources.
Even though HTML isn't a supercomputing application, the National Center for
Supercomputing Applications has a great HTML tutorial. And they should know
-- they're the people who created Mosaic, the first graphical Web browser.
Web Mastery -
http://www.devry-phx.edu/Webresrc/Webmstry/mastery.htm
The Web Mastery site has a lot of good information. More importantly, the
"Learning HTML" section of this site links to dozens of other good tutorials.
Not an HTML tutorial per se, but if you want to become skilled at HTML, you're
going to have to start thinking about interface design and page design. The
Yale Center for Advanced Interactive Media's Web Style Guide is an excellent
introduction to those topics.
The World Wide Web Consortium (or W3C, for short) is a non-profit group that
is responsible for maintaining the official HTML standards. This is the end-all,
be-all for official HTML information, though it is probably too technical for
beginners.
[top]
____________________________________________________________________________
_______________________________________________
Basic Tags
<html></html>
Creates an HTML document
<head></head>
Sets off the title and other information that isn't displayed on the Web page itself
<body></body>
Sets off the visible portion of the document
Header Tags
<title></title>
Puts the name of the document in the title bar
Body Attributes
<body bgcolor=?>
Sets the background color, using name or hex value
<body text=?>
Sets the text color, using name or hex value
<body link=?>
Sets the color of links, using name or hex value
<body vlink=?>
Sets the color of followed links, using name or hex value
<body alink=?>
Sets the color of links on click
<pre></pre>
Creates preformatted text
<hl></hl>
Creates the largest headline
<h6></h6>
Creates the smallest headline
<b></b>
Creates bold text
<i></i>
Creates italic text
<tt></tt>
Creates teletype, or typewriter-style text
<cite></cite>
Creates a citation, usually italic
<em></em>
Emphasizes a word (with italic or bold)
<strong></strong>
Emphasizes a word (with italic or bold)
<font size=?></font>
Sets size of font, from 1 to 7)
<font color=?></font>
Sets font color, using name or hex value
Links</ font>
<a href="URL"></a>
Creates a hyperlink
<a href="mailto:EMAIL"></a>
Creates a mailto link
<a name="NAME"></a>
Creates a target location within a document
<a href="#NAME"></a>
Links to that target location from elsewhere in the document
Formatting</ font>
<p></p>
Creates a new paragraph
<p align=?>
Aligns a paragraph to the left, right, or center
<br>
Inserts a line break
<blockquote>
</blockquote>
ndents text from both sides
<dl></dl>
Creates a definition list
<dt>
Precedes each definition term
<dd>
Precedes each definition
<ol></ol>
Creates a numbered list
<li></li>
Precedes each list item, and adds a number
<ul></ul>
Creates a bulleted list
<div align=?>
A generic tag used to format large blocks of HTML, also used for stylesheets
Graphical Elements
<img src="name">
Adds an image
<hr size=?>
Sets size (height) of rule
<hr width=?>
Sets width of rule, in percentage or absolute value
<hr noshade>
Creates a rule without a shadow
Tables
<table></table>
Creates a table
<tr></tr>
Sets off each row in a table
<td></td>
Sets off each cell in a row
<th></th>
Sets off the table header (a normal cell with bold, centered text)
Table Attributes
<table border=#>
Sets width of border around table cells
<table cellspacing=#>
Sets amount of space between table cells
<table cellpadding=#>
Sets amount of space between a cell's border and its contents
<td colspan=#>
Sets number of columns a cell should span
><td rowspan=#>
Sets number of rows a cell should span (default=1)
<td nowrap>
Prevents the lines within a cell from being broken to fit
Frames
<frameset></frameset>
tag in a frames document; can also be nested in other framesets
<frameset rows="value,value">
Defines the rows within a frameset, using number in pixels, or percentage of w idth
<frameset cols="value,value">
Defines the columns within a frameset, using number in pixels, or percentage of width
<frame>
Defines a single frame - or region - within a frameset
<noframes></noframes>
Defines what will appear on browsers that don't support frames
Frames Attributes
<frame src="URL">
Specifies which HTML document should be displayed
<frame name="name">
Names the frame, or region, so it may be targeted by other frames
<frame marginwidth=#>
Defines the left and right margins for the frame; must be equal to or greater than 1
<frame marginheight=#>
Defines the top and bottom margins for the frame; must be equal to or greater than 1
<frame scrolling=VALUE>
Sets whether the frame has a scrollbar; value may equal "yes," "no," or "auto. " The
default, as in ordinary documents, is auto.
<frame noresize>
Prevents the user from resizing a frame
(Note that FFFFFF, which is the code for white, is in the last row right position, and will not
show up on the white background.)
000000 000033 000066 000099 0000CC 0000FF
003300 003333 003366 003399 0033CC 0033FF
006600 006633 006666 006699 0066CC 0066FF
009900 009933 009966 009999 0099CC 0099FF
00CC00 00CC33 00CC66 00CC99 00CCCC 00CCFF
00FF00 00FF33 00FF66 00FF99 00FFCC 00FFFF
330000 330033 330066 330099 3300CC 3300FF
333300 333333 333366 333399 3333CC 3333FF
336600 336633 336666 336699 3366CC 3366FF
339900 339933 339966 339999 3399CC 3399FF
33CC00 33CC33 33CC66 33CC99 33CCCC 33CCFF
33FF00 33FF33 33FF66 33FF99 33FFCC 33FFFF
660000 660033 660066 660099 6600CC 6600FF
663300 663333 663366 663399 6633CC 6633FF
666600 666633 666666 666699 6666CC 6666FF
669900 669933 669966 669999 6699CC 6699FF
66CC00 66CC33 66CC66 66CC99 66CCCC 66CCFF
66FF00 66FF33 66FF66 66FF99 66FFCC 66FFFF
990000 990033 990066 990099 9900CC 9900FF
993300 993333 993366 993399 9933CC 9933FF
996600 996633 996666 996699 9966CC 9966FF
999900 999933 999966 999999 9999CC 9999FF
99CC00 99CC33 99CC66 99CC99 99CCCC 99CCFF
99FF00 99FF33 99FF66 99FF99 99FFCC 99FFFF
CC0000 CC0033 CC0066 CC0099 CC00CC CC00FF
CC3300 CC3333 CC3366 CC3399 CC33CC CC33FF
CC6600 CC6633 CC6666 CC6699 CC66CC CC66FF
CC9900 CC9933 CC9966 CC9999 CC99CC CC99FF
CCCC00 CCCC33 CCCC66 CCCC99 CCCCCC CCCCFF
CCFF00 CCFF33 CCFF66 CCFF99 CCFFCC CCFFFF
FF0000 FF0033 FF0066 FF0099 FF00CC FF00FF
FF3300 FF3333 FF3366 FF3399 FF33CC FF33FF
FF6600 FF6633 FF6666 FF6699 FF66CC FF66FF
FF9900 FF9933 FF9966 FF9999 FF99CC FF99FF
FFCC00 FFCC33 FFCC66 FFCC99 FFCCCC FFCCFF
FFFF00 FFFF33 FFFF66 FFFF99 FFFFCC FFFFFF
[top]
____________________________________________________________________________
________________________________________________
BAREBONES GUIDE
The Bare Bones Guide to HTML lists all the tags that current browsers are likely to recognize. I
have included all the elements in the official HTML 4.0 recommendation with common attributes,
as well as Netscape and Microsoft extensions. This document is a quick reference, not a
complete specification; for official information about HTML and its development, see the World
Wide Web Consortium site at http://www.w3.org/MarkUp/.
The Guide is designed to be as concise as possible, and therefore it doesn't go into any detail
about how to use the various tags. A few tags link to notes that address frequently-asked
questions. If you're looking for more detailed step-by-step information, see my WWW Help
Page.
Table of Contents
1. INTRODUCTORY MATERIAL
○ What is unique about this guide
○ Which HTML tags are included
○ How this document is formatted (including a description of symbols and
abbreviations)
2. HTML TAGS
○ basic elements (all HTML documents should have these)
○ structural definition (appearance controlled by the browser's preferences)
○ presentation formatting (author specifies text appearance)
○ links, graphics, and sounds
○ positioning
○ dividers
○ lists
○ backgrounds and colors
○ special characters
○ forms
○ tables
○ frames
○ scripts and java
○ miscellaneous
3. Important: If you are not clear about the differences between the various versions of
HTML, I suggest that you read my discussion of the development of HTML, or the World
Wide Web Consortium HTML activity statement.
BASIC ELEMENTS
STRUCTURAL DEFINITION
Division <DIV></DIV>
Variable <VAR></VAR>
Author's <ADDRESS></ADDRESS>
Address
PRESENTATION FORMATTING
Bold <B></B>
Italic <I></I>
Subscript <SUB></SUB>
Superscript <SUP></SUP>
N4 Weight <FONT
WEIGHT=?></FONT>
POSITIONING
N3 Multi-Column <MULTICOL
COLS=?></MULTICOL>
N3 Spacer <SPACER>
N4 Layer <LAYER></LAYER>
[top]
DIVIDERS
LISTS
Compact <MENU
COMPACT></MENU>
MS Watermark <BODY
BGPROPERTIES="FIXED">
SPECIAL CHARACTERS
Special &#?; (where ? is the ISO 8859-1 code)
Character
< <
> >
& &
" "
Registered TM ®
Registered TM ®
Copyright ©
Copyright ©
Non-Breaking
Space
FORMS
# of Options <SELECT
SIZE=?></SELECT>
[top]
TABLES
FRAMES
[top]
Script <SCRIPT></SCRIPT>
Location <SCRIPT
SRC="URL"></SCRIPT>
Type <SCRIPT
TYPE="***"></SCRIPT>
Language <SCRIPT
LANGUAGE="***"></SCRIPT
>
Applet <APPLET></APPLET>
Location <APPLET
CODEBASE="URL">
[top]
MISCELLANEOUS
1. Open a blank notepad file or word file, and paste the following tag: <a href="paste the contents
of the shortcut here between the quotation marks" target="newwindow"> Click here</a>
2. Right click on any button that will call up a document or file or a forum or whatever within your
Blackboard course.
4. Paste the shortcut (Ctrl-v or Paste) into the tag in your notepad or word file between the first
pair of quotation marks:
<a href="paste the contents of the shortcut here between the quotation marks"
target="newwindow"> Click here</a>
<a href="http://blackboard.lehman.cuny.edu/bin/common/content.pl?
action=LINK&render_type=DEFAULT&file_id=_19506_1" target="newwindow"> Click here</a>
5. Copy the entire tag, and paste it in the text box for an Announcement, Assignment, Course
Information, Discussion Board - anywhere where you have the option to use Smart Text/HTML
(click the HTML).
6. Preview will show Click here -- you can put this in a sentence (change the "C" to a "c" in the
tag text, #4 above). The document or location will appear in a new window.