THE WORLD'S LARGEST WEB DEVELOPER SITE

W3.JS Tutorial

W3.JS
Better & Faster JavaScript Library


What is W3.JS?

W3.JS is a modern JavaScript library for modern HTML applications:

  • Smaller and faster than other JavaScript libraries.
  • Easier to learn and easier to use.
  • Designed to speed up application development.
  • Designed for all devices: PC, tablet, and mobile.

W3.JS is Free

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


How To

Just add a link to w3.js in your web page:

Example

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

Or download w3.js and add a link to a folder on your own web site:

Example

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