Scripts


Scripting language is made available to process data and performs other dynamic events through the <script> element.

<script>...</script>

Usage

The <script> element contains client-side scripts that are executed by the browser.

Attributes

type="..." Script language Internet content type.

src="/books/1/174/1/html/2/..." The URL for the external script.

Notes

You can set the default scripting language in the <meta /> element.


<noscript>...</noscript>

Usage

Provides alternative content for browsers unable to execute a script.

Attributes

None.




Sams Teach Yourself HTML in 10 Minutes
Sams Teach Yourself HTML in 10 Minutes (4th Edition)
ISBN: 067232878X
EAN: 2147483647
Year: 2004
Pages: 151
Authors: Deidre Hayes

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net