this is a collection of HTML and CSS files as part of web development coursework.
A form showcasing various HTML input methods:
- Text input
- Email input
- Password input
- Number input
- Dropdown select
- Radio buttons
- Checkboxes
- Textarea
- Submit button
Features:
- Clean, organized form layout
- Focus states for better user experience
- Responsive design
- Separated HTML and CSS files
A basic HTML table displaying sample data:
- Table headers
- Multiple data rows
- Simple border styling
- No external CSS
Data included:
- Person names, ages,place of origin , and courses.
a curriculum vitae :
- Header with contact information
- Professional summary
- Work experience section
- Skills section with styled tags
- Education details
- Certifications
Features:
- css styling
- Well-organized sections
- Clean typography
- Print-friendly design
- Easy to customize
A sample blog post layout
Another table example
General stylesheet for the project
- Clone or download this repository
- Open any
.htmlfile in your web browser - Modify the content as needed to practice
- HTML structure and semantics
- HTML forms and input types
- HTML tables
- CSS styling and selectors
- CSS layout and spacing
- Responsive design basics
- File organization (separating HTML and CSS)
web_dev_practice/
├── form.html
├── form.css
├── simple_table.html
├── cv.html
├── cv.css
├── Blog_post_course_work.html
├── table.html
├── styles.css
└── README.md