Sams Teach Yourself HTML in 10 Minutes (4th Edition)

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.

Категории