#web-development
Read more stories on Hashnode
Articles with this tag
You are definitely bored searching and trying to edit or look into the vast and never-ending stylesheet. So in Sass, we can make separate Sass files...
Sass / Scss is a pre processor for css. A Preprocessor is something that unlocks CSS abilities that are not possible with normal CSS. Sass is not...
One of the most important things in web development is the website's interface and its looks. So it is just simple when comes to linking your...
When it comes to web development the first thing which comes to our mind is HTML. Well HTML is a static file whose content doesn't change when it is...
Flask is the most easy to learn framework. Initializing Flask in python file Create a python file with .py extension Then we import Flask into our...
Usually, a live server is launched from its extension in VS code. But there is another way where you can launch your web pages in a browser and edit...