- Open a web browser
- Go to any webpage
- Open the secondary menu (using a mouse, this would be the menu that opens when you right click on the page; on Mac computers, this is usually a two-finger tap on the track pad).
- Select ‘View Page Source’ from the dropdown menu.
What do you see?
A second page should open in your browser, and that page should display the underlying code of the page. This is the code that is used to make and render the page in your web browser.
Through this workshop, we are going to learn how to read and write this code, and render them in the browser on your local computer. At the end we will discuss the next steps for how you could get your text files to render a website on the Internet.
