Initial Setup
This page will help you get a jump start on the project. In order for you to develop your new website you will need to download and install an HTML editor. Once installed you may begin to create your website.
HTML Editor
There are dozens of HTML editors on the market that are all capable of editing HTML. We will be using Sublime Text in class. This editor can be downloaded for free at Download Sublime Text Editor.
HTML pages are text files similar to files you create in notepad. The main difference is that the HTML pages we create will have a .html extension rather than a .txt extension. In fact, you can create HTML using a simple editor such as notepad and simply modify the file extension to .html.
Getting Started using Template
- Extract the .zip file from class to your local drive (HTML_Class_Files.zip). I suggest creating a folder called WEBPROJECT on you root drive and then extracting the zip file to WEBPROJECT
- You will see a template in the web_project_local_version folder
