Skip to content

Vikasnm4/HTML-CSS-basic-webpage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSS and HTML Basic Project

This project demonstrates the basics of HTML and CSS.

Contents

  • index.html — Main HTML file
  • styles.css — CSS stylesheet

How to Run

  1. Open index.html in your browser.
  2. Edit styles.css to change the appearance.

Learning Objectives

  • Understand HTML structure
  • Apply CSS for styling

git init # Initialize a new Git repository git status # Show current changes and branch info git add . # Stage all changes for commit git commit -m "Message" # Commit staged changes git log # View commit history git push # Upload commits to remote repository git pull # Download and merge changes from remote git clone # Copy a remote repository locally

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published