Student: Kenneth Camacho
Student ID: kc23bv
Course: CS4813 – Web Applications Programming
Instructor: Dr. Ahsan Abdullah
Date: 09/03/2025
This project is a simple HTML webpage that displays:
- Full Name
- Course Name
- Major
- A custom message (“Hello, World!”)
The page was built using semantic HTML with minimal CSS for styling to make it as user-friendly as possible. It's on a free service so it's publicly accessible via URL.
https://kennethcxv.github.io/basic-html-page/
This is a static HTML page.No dynamic functionality exists.Page rendered and is tested in all modern browsers (Chrome, Safari, Firefox).Mobile responsive supported via viewport meta tag. No external CSS/JS libraries linked. All design aspects are contained.
index.html
— the main HTML pageresults.png
— screenshot of the page outputREADME.md
— this documentation
- Upload index.html to a free hosting platform like GitHub Pages, 000WebHost, InfinityFree.
- Ensure page works and is viewable on smart phones and other external devices.
- Submit URL above for grading.