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 (
)
- Create a web page with a navigation bar using
<ul>
, <li>
, and <a>
tags.
Exercise #4: Create an Image Gallery
- 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.