|
home—lects—exams—hws
breeze (snow day)
It is common to have tags in an html file that refer to a javascript file:
<html> <head> <title>Some Stuff</title> <script src='foo/bar.js'></script> <script src='../lib/frob.js'></script> </head> <body> Blah blah </body> </html> |
For reference,
we'll also show the
home—lects—exams—hws
breeze (snow day)
©2011, Ian Barland, Radford University Last modified 2011.Sep.12 (Mon) |
Please mail any suggestions (incl. typos, broken links) to ibarlandradford.edu |