{"id":27091326,"url":"https://github.com/yashkolte/html-practice","last_synced_at":"2026-05-01T13:31:39.956Z","repository":{"id":273470419,"uuid":"292795918","full_name":"yashkolte/HTML-Practice","owner":"yashkolte","description":"This repository contains various HTML and CSS practice examples that cover essential topics to help you master web development fundamentals.","archived":false,"fork":false,"pushed_at":"2025-01-21T04:57:05.000Z","size":86,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T07:39:48.173Z","etag":null,"topics":["css","html","practice-programming"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yashkolte.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-09-04T08:39:06.000Z","updated_at":"2025-01-23T08:55:30.000Z","dependencies_parsed_at":"2025-01-21T05:36:45.643Z","dependency_job_id":null,"html_url":"https://github.com/yashkolte/HTML-Practice","commit_stats":null,"previous_names":["yashkolte/html-practice"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yashkolte/HTML-Practice","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yashkolte%2FHTML-Practice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yashkolte%2FHTML-Practice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yashkolte%2FHTML-Practice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yashkolte%2FHTML-Practice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yashkolte","download_url":"https://codeload.github.com/yashkolte/HTML-Practice/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yashkolte%2FHTML-Practice/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32499681,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css","html","practice-programming"],"created_at":"2025-04-06T07:37:55.086Z","updated_at":"2026-05-01T13:31:39.938Z","avatar_url":"https://github.com/yashkolte.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HTML Practice Repository\n\nWelcome to the **HTML Practice Repository**! This repository contains various HTML and CSS practice examples that cover essential topics to help you master web development fundamentals.\n\n## Directory Structure\n\n```\n├── README.md\n├── Alignment.html\n├── BeforeAfterPseudo.html\n├── BorderAndBackground.html\n├── CSS.css\n├── CSSBoxModel.html\n├── CascadingStyleSheet.html\n├── ChromeDeveloperTool.html\n├── ColorInCSS.html\n├── DisplayProperty.html\n├── Flexbox.html\n├── HTMLEntities.html\n├── IdAndClasses.html\n├── InlineAndBlockElement.html\n├── IntroHtml.html\n├── LinkAndImages.html\n├── ListAndTable.html\n├── MediaQueries.html\n├── NavMenu.html\n├── PositionProperty.html\n├── PseudoSelector.html\n├── SelectorInCSS.html\n├── SemanticElements.html\n├── StylingLinkButton.html\n└── VisibilityAndZindex.html\n```\n\n## How to Use This Repository\n\n1. **Clone the Repository**\n   ```bash\n   git clone https://github.com/yashkolte/html-practice.git\n   cd yashkolte-html-practice\n   ```\n\n2. **Open Files in Your Browser**\n   - Navigate to the folder where you cloned the repository.\n   - Open any `.html` file in your favorite browser to view the example.\n\n3. **Edit and Experiment**\n   - Open the files in a text editor or an IDE like Visual Studio Code.\n   - Modify the code and refresh the browser to see the changes.\n\n## Topics Covered\n\n### 1. **HTML Basics**\n   - `IntroHtml.html`: Introduction to HTML structure.\n   - `IdAndClasses.html`: Using IDs and classes in HTML.\n   - `SemanticElements.html`: Semantic HTML elements.\n\n### 2. **CSS Basics**\n   - `CSS.css`: External stylesheet example.\n   - `SelectorInCSS.html`: CSS selectors overview.\n   - `ColorInCSS.html`: How to use colors in CSS.\n\n### 3. **Positioning and Layout**\n   - `PositionProperty.html`: Understanding CSS position property.\n   - `Flexbox.html`: CSS Flexbox layout examples.\n   - `CSSBoxModel.html`: CSS box model explained.\n\n### 4. **Interactive Elements**\n   - `StylingLinkButton.html`: Styling links and buttons.\n   - `NavMenu.html`: Creating a navigation menu.\n\n### 5. **Advanced Topics**\n   - `MediaQueries.html`: Responsive design using media queries.\n   - `BeforeAfterPseudo.html`: Using `::before` and `::after` pseudo-elements.\n   - `VisibilityAndZindex.html`: Controlling visibility and z-index in CSS.\n\n## Prerequisites\n\n- Basic knowledge of HTML and CSS.\n- A text editor or IDE (e.g., Visual Studio Code).\n- A modern web browser for testing.\n\n## Contributing\n\nFeel free to contribute to this repository by adding more examples, improving the existing ones, or fixing issues. To contribute:\n\n1. Fork the repository.\n2. Create a new branch for your changes.\n3. Commit your changes and push them to your fork.\n4. Create a pull request to this repository.\n\n## License\n\nThis repository is licensed under the [MIT License](LICENSE).\n\n---\n\nHappy Coding! 🎉\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyashkolte%2Fhtml-practice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyashkolte%2Fhtml-practice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyashkolte%2Fhtml-practice/lists"}