I have no fav animal.
Activity 6 - GitHub Pages Project Webpage
In this activity you'll practice creating github pages with projects. You'll build a website about your favorite type of animal!
Instructions
Make a simple website about your favorite type of animal.
Create a header that will act as a title for the page
Create a few short paragraphs describing the animal's best characteristics.
Include at least one picture of the animal
Once you have created your HTML add, commit, and push your files up to GitHub Pages.
Make sure to navigate to your page in the web browser to ensure your website is live
Guide
Create a new repository on your GitHub account. You can name this repository whatever you would like.
Once inside of the repository, create a new file and name it index.html
Add your HTML into this file, save it, and then navigate into your repository's Settings tab.
Scroll down to the GitHub Pages section and then, in the section labeled Source, select that you would like to use the master branch as your source.
Navigate to <