develop with

script

script statements, which may include CDATA sections

SCRIPT Tag

script statements, which may include CDATA sections Attributes are:

Attribute Description Default Value Values Required
id no
charset a character encoding, as per [RFC2045](http://www.ietf.org/rfc/rfc2045.txt) no
type media type, as per [RFC2045](http://www.ietf.org/rfc/rfc2045.txt) no
src a Uniform Resource Identifier, see [RFC2396](http://www.ietf.org/rfc/rfc2396.txt) no
defer defer no

Example:

<script 
id="" 
charset="" 
type="" 
src="" 
defer="" 
="" 
>
</script>

comments powered by Disqus

Want to see a topic covered? create a suggestion

Get more developer references and books in the developwith store.