Write "Hello world" with JavaScript:
![]()
The <script> tag is supported in all major browsers.
The <script> tag is used to define a client-side script, such as a JavaScript.
The <script> element either contains scripting statements or it points to an external script file through the "src" attribute.
Common uses for JavaScript are image manipulation, form validation, and dynamic changes of content.
The "type" attribute is required in HTML 4, but optional in HTML5.
The "async" attribute is new in HTML5.
Some HTML 4.01 attributes are not supported in HTML5.
Note: If the "src" attribute is present, the <script> element must be empty.
Note: There are several ways an external script can be executed:
New : New in HTML5.
| Attribute | Value | Description |
|---|---|---|
| asyncNew | async | Specifies that the script is executed asynchronously (only for external scripts) |
| defer | defer | Specifies that the script is executed when the page has finished parsing (only for external scripts) |
| type | MIME_type | Specifies the MIME type of the script |
| charset | character_set | Specifies the character encoding used in an external script file |
| src | URL | Specifies the URL of an external script file |
| xml:space | preserve | Not supported in HTML5 |
The <script> tag also supports the Global Attributes in HTML5.
NONE
| WEB HOSTING |
|---|
| Best Web Hosting |
| PHP MySQL Hosting |
| Best Hosting Coupons |
| UK Reseller Hosting |
| Cloud Hosting |
| Top Web Hosting |
| $7.95/mo SEO Hosting |
| Premium Website Design |
| WEB BUILDING |
|---|
| XML Editor - Free Trial! |
| FREE Website BUILDER |
| Free Website Templates Free CSS Templates |
| Make Your Own Website |
| W3SCHOOLS EXAMS |
|---|
|
Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP |
| W3SCHOOLS BOOKS |
|---|
|
New Books: HTML, CSS JavaScript, and Ajax |
| STATISTICS |
|---|
|
Browser Statistics Browser OS Browser Display |
| SHARE THIS PAGE |
|---|