https://github.com/viztruth/html-css-js-practice-problems-with-solutions
👉Well curated repo. containing solutions for all the practice questions that I've solved while I was learning HTML, CSS,JS. 💡View README file for topic wise grouping of questions. This repo. can be useful for beginner and intermediate-level web developers. If you found this repo. useful, don't forget to star the repo and give a follow.
https://github.com/viztruth/html-css-js-practice-problems-with-solutions
beginner css css3 html html-css html-css-javascript html-css-js html5 intermediate javascript js practice problem-solving
Last synced: 10 months ago
JSON representation
👉Well curated repo. containing solutions for all the practice questions that I've solved while I was learning HTML, CSS,JS. 💡View README file for topic wise grouping of questions. This repo. can be useful for beginner and intermediate-level web developers. If you found this repo. useful, don't forget to star the repo and give a follow.
- Host: GitHub
- URL: https://github.com/viztruth/html-css-js-practice-problems-with-solutions
- Owner: Viztruth
- License: mit
- Created: 2022-08-29T01:47:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-04T04:29:06.000Z (over 3 years ago)
- Last Synced: 2025-01-26T10:41:40.887Z (12 months ago)
- Topics: beginner, css, css3, html, html-css, html-css-javascript, html-css-js, html5, intermediate, javascript, js, practice, problem-solving
- Language: HTML
- Homepage:
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HTML-CSS-JS-Practice-problems-with-solutions
👉Well curated repo. containing solutions for all the practice questions that I've solved while I was learning HTML, CSS,JS.
💡View README file for topic wise grouping of questions.
This repo. can be useful for beginner and intermediate-level web developers.
This repository will be regularly updated to include new problems I've solved or errors that I've resolved.
If you found this repo. useful, don't forget to star 🌟 the repo and give a follow ✖️.
Code validated using W3C
Solved Problems:
⭐ HTML ⭐
• Displaying your name
• Heading and other semantic elements
• Lists in HTML
• Different types of Links in HTML
• Different ways of adding images in HTML
⭐ Cascading Style Sheets ⭐
• Elements, class and id selectors
• Combining selectors
• Ability to change style based on user interaction
• Positioning the elements using the Float property
• Two column design using float