Skip to content

Manautea/Web-development-assignments

Repository files navigation

Portfolio Website

Requirements:

  • Create an HTML file named portfolio.html.
  • Design a navigation menu with at least three sections (e.g., Home, About, Projects).
  • Each section should have a heading and a brief description.
  • Include a list of projects in the "Projects" section using an unordered list.
  • Add links in the navigation menu to navigate to the respective sections.
  • Use appropriate HTML tags for headings, paragraphs, and lists.

Image Linking In HTML

Requirements:

  1. Create an HTML file named image_links.html.

  2. Find or create three different images related to different topics (e.g., technology, nature, and food).

  3. Design a webpage with the following sections:

  • Home: Include a welcome message and a linked image related to technology.
  • Gallery: Display a grid of linked images related to nature.
  • Menu: List food items, and each item should be linked to an image related to that food.
  1. Use appropriate HTML tags for headings, paragraphs, lists, and images.

  2. Link each image to a relevant external website (use placeholder URLs if needed).

  3. Ensure the page is well-structured and easy to navigate.


Working With HTML Forms

  1. Create a html form to register a new student

Gather the following information using the relevent form elements:

  • Name
  • Date of Birth
  • Gender
  • Address
  • Telephone
  • Email Address
  • Course
  1. The form should have two buttons:
  • Register
  • Cancel
  1. All the form elements are not optional.

  2. Incorporate appropriate labels for the form elements.


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published