Learn with Yasir

Share Your Feedback

Coding Exercises

Exercise #1: Create a Basic HTML Web Page

  • Write the HTML code to create simple web pages that demonstrate basic structure and elements. Your code should include:
    • A title for the web page
    • A main heading (<h1>)
    • A paragraph (<p>)
    • A hyperlink ()
    • An image ()

Exercise #2: Build a Simple Navigation Menu

  • Create a web page with a navigation bar using <ul>, <li>, and <a> tags.

  • Use the <img> tag to display a collection of images with captions.

Exercise #5: Build a Table for Data Representation

  • Create a table using <table>, <tr>, <th>, and <td> tags to display structured data.

Course Contents: HyperText Markup Language (HTML)

⭐️ HTML Contents

Learn the basics of HTML, including elements, attributes and forms controls.