Implement HTML5 images, lists, tables, forms and input types. Use form validation attributes. Apply multimedia elements such as audio and video.
- Create an index.html file.
- Add an ordered list with roman numerals
- Add an external image from pexels.com
- Add a table of 5 contacts with; name, address, mobile and emails
- Add a registration form
Note
The registration form should have:
- Name, email, password, and date fields.
- A dropdown, radio buttons, and checkboxes.
- Proper labels and placeholders.
- Required fields and validation attributes.
- Ensure proper indentation and commenting.
- Create a well-structured HTML5 document.
- Ensure semantic correctness.
Happy Coding! 💻✨