Skip to content

PLP-WebTechnologies/july-2025-advanced-html5-enhancing-content-Keli281

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Enhanced Form Web Page

A responsive HTML page showcasing various web elements including forms, media content, and structured data.

Features

  • Content Showcase Section

    • Unordered list of favorite things
    • Ordered list of programming languages
    • Project progress table with status and due dates
  • Media Gallery Section

    • Image display with alt text
    • Audio player with controls
    • Video player with controls
  • User Registration Form

    • Multi-section form with fieldset grouping
    • Various input types (text, email, tel, password, date, color, number, url)
    • Form validation attributes
    • Responsive styling

File Structure

project/ ├── index.html # Main HTML file ├── README.md # This documentation file you're reading ├── LICENSE # Project license file └── media/ # Media files directory ├── lil_tjay.png # Sample image ├── bsf4l.mp3 # Sample audio └── meme.mp4 # Sample video

Technologies Used

  • HTML5
  • CSS without external frameworks

Accessibility Features

  • Semantic HTML structure
  • Alt text for images
  • Proper form labeling
  • Responsive design

How to Use

  1. Clone or download the repository
  2. Open index.html in any modern web browser
  3. Explore the different sections:

Browser Support

The page should work in all modern browsers including:

  • Chrome
  • Firefox
  • Safari
  • Edge

License

This project is for educational purposes. All rights reserved as noted in the footer.

Author

Natalie Awinja Computer Science Student, Multimedia University of Kenya Github @Keli281

About

plp-webtechnologies-classroom-july2025-july-2025-advanced-html5-enhancing-content-advanced-html5-enh created by GitHub Classroom

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 100.0%