Web Development in 2021
Bookmark this page on your browser to revisit easily and continue learning
You would need to learn at least three skills.They are HTML,CSS,JavaScript.
HTML
HTML (Hyper Text Markup Language).HTML provides structure to a web page.HTML is the most basic building blocks of web coding. Without HTML you can’t even add images to a page without HTML!
CSS
CSS (Cascading Style Sheets).Without CSS you can’t create a website design, and all you’ll end up with is unformatted plain text on the screen.
Javascript
JavaScript lets you add a ton more functionality to your websites, and you can create a lot of basic web applications using nothing more than HTML, CSS, and JavaScript.
The initial setup needed for Web Development is just 2 applications.They are Visual Studio Code and Google Chrome.
Visual Studio Code
It is also known as VS Code.It is used as a text editor.To install Visual Studio Code, click here. If your system don't have enough power to run VS Code then you can install Sublime text editor. To install Sublime, click here.
Google Chrome
It is better to use Google Chrome to run website.To install Chrome,click here.
There is much more about Web Development and its opportunities.