Post HTML links here so students can go to other websites for well-grounded, useful information.

To post a website link to the resources page, login and through the admin tools panel, go to edit resources page.

Click on "HTML" in the text editor.

Type some text, such as: "You may use the Merriam-Webster dictionary site to define the word CREATIVE, found by clicking here."

Then in the HTML editor, type <a href="http://www.merriam-webster.com/dictionary/creative">. Cut and paste this string BEFORE the text.

End the string with </a>.

The whole string will look like this when you are finished: <a href="http://www.merriam-webster.com/dictionary/creative"> You may use the Merriam-Webster dictionary site to define the word CREATIVE found by clicking here. </a> 

And, when you click on it after saving it, it will be a hyperlink to the dictionary website defining CREATIVE, as shown below.

You may use the Merriam-Webster dictionary site to define the word "creative", found by clicking here.