Liliko Uchida

Table of Contents 🧾

attribute

element

value

property

GETTING STARTED

This section will provide a walk through of setting up a code editor and creating an initial website from scratch from downloading a code editor to creating your first HTML file.

You Will Need: A Code Editor

A code editor is an external application where an HTML website is actually built. All HTML files which are then rendered to display as an actual website are stored in the code editor. The easiest code editor to use is Visual Studio Code (VSCode). Download the appropriate version for your computer here.

Once the app is downloaded, make sure it is in the “applications” folder of your computer. The below image is what it should look like to download VSCode.

Screen Shot 2022-11-30 at 11.20.23 AM.png


Setting Up Your First Website

  1. On your desktop (or wherevever you want to create your project), make a new folder where all of your coding files will go for your project. For example, I am creating a new folder called “Liliko Uchida - Portfolio” where I will put all relevant files to my project portfolio website.

Screen Shot 2022-11-30 at 11.25.07 AM.png

  1. Open up the VSCode application, and open the folder that you will be working in.