What does a script-Tag with src AND content mean?

Viewed 18926

Example from Googles +1 button:

<script type="text/javascript" src="https://apis.google.com/js/plusone.js">
      {"parsetags": "explicit"}
</script>

The script Tag has a src-Attribute and content. What does this mean and how does it work?

4 Answers
Related