This mini series of activities is designed to cover the basics of HTML for web development.
Please select a session heading to get started.
For these exercises, we would recommend Visual Studio Code as this is a free software that can be accessed free in an internet browser at vscode.dev.
All instructions provided with these exercises will be designed for Visual Studio Code, so may vary should you choose to use a different editor.
The very first thing to do once you have opened the VSCode webpage, is select the 'Open Folder' button on the left of the screen. This will automatically open your file explorer inside your Documents folder. Create a new folder here (right click and select 'new folder') and name it WebProject. Note: Do not include spaces in folder or file names being used for websites.
Open the WebProject folder (which should be empty at this time) and click on the 'select folder' button.
Your browser may then ask for you to give permission to be able to view these files. Click on view files and agree that you know this folder is safe to open.
Now we are ready to start and your work will be saved in your documents on the computer as we progress.