In this assignment, you will create a simple "About Me" page using some basic elements. You must complete the tasks, but if you want to practice any CSS that you've learned on your own time, feel free to do so.
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
To view the project locally, you can either open the project files in your code editor or open the HTML files in your browser.
Inside index.html
:
- Replace the content of the title tag to
About Me
- Create a
<h1>
tag and place your name inside the element. - Create a
<hr>
tag underneath your<h1>
- Create a
<h2>
tag with the content ofMy Hobbies
. - Create an unordered list underneath your
<h2>
. - Inside your unordered list, create 3
<li>
tags to list your hobbies. - After your unordered list, create a
<h2>
tag with the content ofMy Goals for 2025
. - Create an ordered list underneath your
<h2>
. - Inside your ordered list, create 3
<li>
tags to list your goals.
- Remember to update the closing tags when changing an element.
- Push a commit for each task completed. Include a meaningfull commit message.
- Before the above, update the readme task list to track your progress. To do this, enter x between the brackets.
- Get used to using your browser's developer tools now. For now, become familiar with:
- Using inspector mode to inspect elements.
- If you get stuck, please remember that you have various resources available to you.
After completing the assignment, make sure to commit your changes and push them back to your own repository and turn in the GitHub link in Open Class
35908d5c9e0948d9021906b781cfbfcc80a0d355