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.
Requirements:
-
Create an HTML file named image_links.html.
-
Find or create three different images related to different topics (e.g., technology, nature, and food).
-
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.
-
Use appropriate HTML tags for headings, paragraphs, lists, and images.
-
Link each image to a relevant external website (use placeholder URLs if needed).
-
Ensure the page is well-structured and easy to navigate.
- 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
- The form should have two buttons:
- Register
- Cancel
-
All the form elements are not optional.
-
Incorporate appropriate labels for the form elements.