Introduction to HTML

Description:

In this week, you will set up a basic HTML template for the Expense Tracker Application interface. You will begin by gaining an understanding of web development fundamentals. This serves as a foundational step in the development process and will provide you with hands-on experience in building web interfaces for real-world applications.

Assignment: Create a Basic HTML Template:

    Design a basic HTML template for the Expense Tracker Application interface.
    Your page should include the below:

    1. title
    2. meta tag for display
    3. meta tag for character set
    4. header
    5. heading
    6. paragraph
    7. basic registration form
    8. table displaying common user information: name, email, phone number.
    9. an image
    10. an external link to https://google.com

Submission:

    Submit the link to your GitHub repository for evaluation through the GitHub Classrooms assignment.