Welcome to Web Page Coding!
The goal of this site is to be a reference for the coding work done in Web Page Coding (CIS 170). This includes information on using VSCode and external resources you might find helpful.
Getting Started with VSCode
Learn how to open a project in VSCode and view your HTML pages with the Live Server extension. Additionally, learn how to set VSCode to automatically save your files.
HTML Syntax
Overview of how web pages are structured and an introduction to the HTML language syntax. Also includes information basic tags including <h1> - <h6>, <p>, <hr>, and <br>