Welcome to the Students Page β a simple HTML project designed for students to explore programming topics, watch learning videos, and sign up for updates.
-
Navigation Links
- Home
- Programming Videos
- Sign Up
-
Introductory Welcome Message
-
Topics Covered Table
A neatly structured HTML table listing:- HTML β Introduction for beginners
- CSS β Styling web pages (Intermediate)
- JavaScript β Basics of JS programming (Intermediate)
-
Embedded YouTube Video
A full Web-Development video embedded for learning. -
Sign-Up Form
Collects:- Name
- Password
- HTML only (no CSS or JS)
- Simple table structure
- YouTube iframe embedding
<form>for sign-up section
- Clone or download this repo.
- Open
index.htmlin your browser. - Explore the page and its components.
mt349
Feel free to connect via the links on the page (Instagram & GitHub)!
Project: Completed (HTML version only)
Future updates: Soon adding CSS & JS for better styling and functionality.
This project demonstrates:
- Basic HTML structure
- Use of headings, links, tables, forms, and multimedia
- Clean, readable code layout