W3.CSS is a CSS framework that enables the programmer to develop fully stylized web-pages in the minimum efforts. Initially it was aimed to be an alternative for the Bootstrap (another popular CSS framework). Along with all the design aspects, W3.CSS is known for another most important feature and that feature is Responsive Design.
W3.CSS provides the following features-
W3.CSS can be added in two of the following ways-
CDN is a delivery network that delivers the links to the necessary files. Since W3.CSS is a product of w3schools.com, we use the CDN of W3.CSS form their website. We just add the following line in the head part of our HTML file-
We can either download the w3.css file from-
https://www.w3schools.com/w3css/w3css_downloads.asp
Consider the image below:
Copy this file in the same folder where all the HTML files are stored and add the following line in the head part of our HTML file-