HOW TO CREATE WEBSITE USING VISUAL STUDIO CODE INTERMEDIATE LEVEL?
To create a website using Visual Studio Code (VS Code), you'll need to follow these steps:
Step 1: Install Visual Studio Code
-------->Download and install Visual Studio Code from the official website:Visual Studio Code
Step 2: Set Up a Project Folder
-------->Create a new folder on your computer where you want to store your website files.
-------->Open Visual Studio Code and select "File" > "Open Folder" to open your project folder.
Step 3: Create HTML File
-------->Right-click on the project folder in the Explorer pane of VS Code and select "New File".
-------->Save the file with a ".html" extension, for example, "index.html".
Step 4: Set Up HTML Structure
-------->Inside the HTML file, start by adding the basic structure of an HTML document.
Step 5: Add CSS Styling
-------->Create a new file in your project folder and save it with a ".css" extension, for example, "style.css".
-------->Link the CSS file to your HTML file by adding the following line inside the `` section of the HTML file:
-------->Write your CSS code in the "style.css" file to style your website.
Step 6: Design
-------->Colour scheme,typography & creating a visual design.
-------->Prototype can be created using tools as Sketch,Figma, or AdobeXD.
Step 7: Development
-------->Coding in Backend,Frontend & Integrating any necessary third party tools or plugins.
-------->Backend- For managing the Website's Data.
-------->Frontend-Website's UI(User Interface)& UX (User Experience)
Step 8: Testing
-------->Testing is used to ensure that it function properly,is responsove & is compatiable with different browsers & devices.
Step 9: Add Content to Your Website
-------->Within the `` section of your HTML file, start adding the content for your blog website.
-------->Use HTML tags to structure your content, such as headings.
Step 10: Hosting
-------->Hosting on a server stores the website's files & delivers them to visitors who request them.
-------->For Example: AWS(Amazon Web Services),Hostinger,Netlify,GCloud,Bluehost,GoDaddy Inc,Wix etc.
Step 11: Publishing
-------->Submit website's site map to search engines to be indexed.
Step 12: Maintenance
-------->Updating the website's software & fix any bugs or issues that arise
-------->Monitoring the website's performance & security.