Software Example: Visual Studio Code
![]() |
| (Flaticon.com, 2022) |
In this post, I will briefly show you how to use Visual Studio Code to display an HTML (HyperText Markup Language) file with a linked CSS (Cascading Style Sheets) file in the browser.
This is how Visual Studio Code looks like right after launching.
The first step we will take is to download extension to VS Code tool called "Live Server". Which will allow us to immediately check the results of our work with the code.
The HTML file will represent the skeleton of our website, to which we will attach the css file with website styles using one line of code in the ''head'' section. Next, in the ''body'' section, we will place a container for this presentation, and in it a small paragraph with the text "Welcome to my site".
















Comments
Post a Comment