Tag: HTML
![](https://smartcodehelper.com/wp-content/uploads/2020/12/HTML-Boilerplate-300x300.jpg)
We can easily generate the boilerplate code for a basic Html file in the popular editor VS Code. This can be achieved by some...
Read more »
![](https://smartcodehelper.com/wp-content/uploads/2020/12/Ru-1-300x300.jpg)
In this tutorial we gonna check how we can direct our incoming request to an html file. So here we gonna use express js's...
Read more »
![](https://smartcodehelper.com/wp-content/uploads/2020/12/Steps-to-convert-2-300x300.jpg)
Create React App npx create-react-app app-name cd app-name npm start Steps of conversion Copy paste css to index.cssCopy paste contents inside <body> to App.js return dataReplace "class" with "className" ...
Read more »