Skip to content

vallalapoojarani/html-css-problems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTML & CSS Problems Task

Overview

This repository contains solutions to various HTML and CSS practice problems. The purpose of these exercises is to improve understanding of web page structure, styling, layouts, responsiveness, and modern CSS techniques.

Objectives

  • Practice semantic HTML.
  • Improve CSS styling skills.
  • Learn responsive web design.
  • Build clean and maintainable code.
  • Understand layouts using Flexbox and Grid.

Problems Included

Problem 1: Basic Web Page

  • Create a simple webpage with a header, main content section, and footer.
  • Use semantic HTML tags.

Problem 2: Navigation Bar

  • Design a responsive navigation menu.
  • Add hover effects using CSS.

Problem 3: Card Component

  • Create a reusable card with:
    • Image
    • Title
    • Description
    • Button

Problem 4: Responsive Layout

  • Build a layout using Flexbox or CSS Grid.
  • Ensure it works on mobile, tablet, and desktop screens.

Problem 5: Form Styling

  • Design and style a contact form.
  • Add proper spacing, borders, and focus states.

Technologies Used

  • HTML5
  • CSS3

Project Structure

project-folder/ │ ├── index.html ├── styles.css ├── assets/ │ └── images/ └── README.md

Features Semantic HTML structure Responsive design Flexbox/Grid layouts Clean and organized CSS Cross-browser compatibility Learning Outcomes

By completing these tasks, you will:

Gain confidence in HTML page structure. Understand CSS selectors and properties. Build responsive user interfaces. Apply modern web design principles. Author

vallala pooja rani

WhatsApp Image 2026-06-02 at 3 10 18 PM WhatsApp Image 2026-06-02 at 3 10 18 PM (2) WhatsApp Image 2026-06-02 at 3 10 18 PM (1) WhatsApp Image 2026-06-02 at 3 10 17 PM WhatsApp Image 2026-06-02 at 3 10 17 PM (1) WhatsApp Image 2026-06-02 at 3 14 25 PM

About

This repository contains solutions to various HTML and CSS practice problems. The purpose of these exercises is to improve understanding of web page structure, styling, layouts, responsiveness, and modern CSS techniques.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors