Menu
×
   ❮     
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++ C# BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS R TYPESCRIPT ANGULAR GIT POSTGRESQL MONGODB ASP AI GO KOTLIN SASS VUE DSA GEN AI SCIPY AWS CYBERSECURITY DATA SCIENCE
     ❯   

W3.JS Downloads

How To Download and Use W3.JS


Download W3.JS

Download the latest version from this link: https://www.w3schools.com/lib/w3.js


W3.JS is Free

W3.JS is free to use. No license is necessary.


How To use W3.JS

To use W3.JS, just add a link to "w3.js" in your web pages:

Example

<!DOCTYPE html>
<html>
<title>My Web</title>

<script src="https://www.w3schools.com/lib/w3.js"></script>
Try It Yourself » With CSS »

Or download w3.js and run it from your own web site:

Example

<!DOCTYPE html>
<html>
<title>My Web</title>

<script src="w3.js"></script>
Try It Yourself » With CSS »

If you put w3.js in a subfolder, add the folder name between slashes:

Example

<!DOCTYPE html>
<html>
<title>My Web</title>

<script src="/foldername/w3.js"></script>

If you place w3.js at the root of your web, add a slash:

Example

<!DOCTYPE html>
<html>
<title>My Web</title>

<script src="/w3.js"></script>


Changelog (Latest Versions)

Version Description
1.04 Changed innerHTML to innerText in w3.filterHTML and w3.sortHTML.
1.03 HTML Include now continues to the next include when the page is not found.
1.01 Added slideshow.
1.0 January 2018.

×

Contact Sales

If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
sales@w3schools.com

Report Error

If you want to report an error, or if you want to make a suggestion, send us an e-mail:
help@w3schools.com

W3Schools is optimized for learning and training. Examples might be simplified to improve reading and learning. Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content. While using W3Schools, you agree to have read and accepted our terms of use, cookie and privacy policy.

Copyright 1999-2024 by Refsnes Data. All Rights Reserved. W3Schools is Powered by W3.CSS.