# Intro To W3.CSS [![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fjdevstatic%2Fw3css-intro&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=PAGE+VIEWS&edge_flat=false)](https://hits.seeyoufarm.com) *`updated 21 April 2022`* When I was learning Bootstrap for my GitHub App, I came across this CSS Framework. In my mind, if there is anything lighter than Bootstrap but with comparable quality, then it will be the best. Having read only the introduction, I realized this is really great. Just by adding the link to your HTML, you can start using it. Also for beginners, additional information: in web development, the FrontEnd is the UI, so that, instead of using the command line, you can display your content in such a way that it is a presentable website and with buttons and other components that you can interact with. CSS is Cascading Style Sheet to add styling to your HTML. HTML is the skeleton of your website, it was derived from SGML (Standardized General Markup Language) so you can tell the computer that your text document should be displayed as an organized document not plain text. JavaScript is the script to automate your HTML code or to make it dynamic. ## Basic Setup So let's have a basic Hello World ``` W3.CSS

Hello World

``` you can use JSFiddle to run the code to see the result right away or W3Schools this is the sample screenshot, temp3 as you can see just by adding the line `` you are already set and start your project right away. ## Start Learning At W3Schools It's best to learn W3.CSS at W3Schools, because it's theirs! Enjoy! Visit this link: ## Useful Links