Create a simple HTML page that contains:
A main heading with your full name.
A paragraph introducing yourself (4–6 sentences).
An ordered list of your top 5 favorite foods.
An unordered list of your hobbies.
An image of your favorite animal or place.
A second heading titled "My Goals as a Frontend Developer" followed by a short paragraph.# frontend-cohort3
https://github.com/johnsmccain/TheBuidl-c4.git
git init git add . git commit -m "first commit" git branch -M main git remote add origin https://github.com/johnsmccain/TheBuidl-c4.git git push -u origin main
git config --global user.email "johnsdanlami@gmail.com" git config --global user.name "johnsmccain"