Assignments Page

 

Unacceptable Characters   >   <   

The greater than and less than symbols will not work on the assignments page unless they are used as part of html code.

Format Text

If you need to emphasize text you can insert the following code around the word (or words)

  Code

Example

Result

italics            <i> ... </i>    

Read <i>The Red Pony</i>        

Read The Red Pony

bold              <b> ... </b>

<b>Test</b> on Chapter 4 Tuesday

Test on Chapter 4 Tues.

forced line break      <br>

Come to my office <br> Mon. <br>Tue.

Come to my office
Mon.
Tue.

underline        <u> </u>  <u> here</u> here
Font Color  <font color= ?>     </font>

replace ? with the # for various colors

Red = "#FF0000"

Blue = "#0000FF"

<font color="#FF0000"> Red Pony</font> Red Pony

Hyperlink on Assignments Page

Type the web address in quotes followed by the word(s) that will show on the page for the link.

Example:

<a href= "http://faculty.musowls.org/RutledgeJ/histogram%20ex.htm" >Using Excel for a Histogram link</a>

The text "Using Excel for a Histogram" will appear on your assignments page as a hyperlink. When it is clicked the page webpage will open

Putting It Together

You can use more than one code simultaneously.

An example of a  blue, underlined, italicized word:    <font color="#0000FF"><i><u>word</font></u></i>

 

 

Homepage | MUS homepage