====== < script > ======
===== Description =====
The
===== Attributes =====
|src|The src attribute is the URI specifying the location of the external script. This attribute is optional.|
|charset|The charset attribute is character encoding if external script is used. This attribute is optional.|
|fetchtimeout|The fetchtimeout attribute is the time interval to wait for audio file to be fetched before playing the alternate content. This attribute is optional.|
|fetchhint|The fetchhint defines when the audio file should be retrieved. This attribute is optional. \\ * prefetch – the audio file may be downloaded when the page is loaded. \\ * safe – the audio file loads only when needed.|
|maxage|The maxage attribute indicates the maximum time in seconds that this document will use this script file before fetching another copy. This attribute is optional.|
|maxstale|The maxstale attribute indicates the maximum time in seconds that this document will use a script file that has exceeded the maxage time. This attribute is optional.|
===== Parents =====
, , , ,
===== Children =====
None.
===== Extensions =====
None.
===== Limitations/Restrictions =====
None.
===== Example Code =====
Hello
I am always here
NOTE:
It is wise to put CDATA escapes around your scripts so you don't have to escape XML reserved characters (eg. <, >, &, etc).