STEP 1 : Outfitted for the expedition


Before exploring the cave you'll need to prepare your trip in the best way.
This first step will describe you how to deploy the developement softwares you'll need for this exploration and discovering.




1 - Install the Code Editor : Visual studio Code

To code websites, there are many, more or less automated, frameworks. Our choice fell on Visual studio Code. A free, practical and powerful framework plebiscite by programmers


2 - add some plugins

In order to program with HTML and CSS languages on Visual Studio Code, we will add some plugins in order to help us in our programming

Go to Extensions (on the left menu). Find and install the plugins below:

  • HTML Snippets
  • HTML CSS Support
  • Intellisense for CSS class names in HTML
  • JS-CSS-HTML Formatter
  • HTML Boilerplate
  • Live Server


TODO with The Practical Work book :

PART 1 : Create a new web project in Visual Studio Code