This repository contains the files and instructions for completing the Web Development deliverables for Week 1 and Week 2. Follow the steps below to clone the repository and get started.
Before you begin, ensure you have the following installed:
- Git: Version control system to clone and manage the repository.
- GitHub: make sure you have an account to sync your repositories to.
- Code Editor: Any code editor like Visual Studio Code
Follow these steps to fork and clone the repository:
- Open your terminal or Git Bash.
- Navigate to the directory where you want to store the project.
- Fork then clone the repository.
To view the project locally, you can either open the project files in your code editor or open the HTML files in your browser.
- Change the < h1 > and < title > tags to read: Web Development Vocabulary.
- Create an unordered list and add each vocabulary word and definition as a list item.
- Make each vocabulary word bold and italicize words in the definition where appropriate. You MUST use semantic HTML tags.
- Push your changes to your fork on GitHub and turn in.
- Link the css file
css/style.cssin yourindex.htmlfile. Remember to use relative paths. - Inside
css/style.css, use css selectors to style your content inindex.html - Push your changes to your fork on GitHub and turn in.
After completing each week's set of task, be sure to commit your changes and push them back to your own forked repository and turn the link in on TopHat.