Hello to everyone | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Hello to everyone

Please! Can you recommend me a path to find some HTML&CSS projects for practicing,I just completed their lessons?

28th Jul 2022, 11:53 AM
Abdelghani Bensalih
Abdelghani Bensalih - avatar
1 Answer
+ 4
1. Build portfolio website (practice linking html pages in one site) 2. Build responsive webpage - you can use free images, lorem ipsum text, or build page about some favourite movie for example. (Bonus: Add icons using some icons website like fontawesome) - tribute page 3. Build login/register form (when you learn javascript you can add validation to this project) 4. Make table using html, you can place random data inside table 5. Recreate any website you like (you can inspect code and learn about new tags - you will need to do your own research if you find tag you didnt see before.) 6. Draw something with css and html only (in this project you can learn how to create shapes, how to position elements) Edit, here are some sites with project ideas: https://www.google.com/amp/s/www.geeksforgeeks.org/top-10-projects-for-beginners-to-practice-html-and-css-skills/amp/ https://skillcrush.com/blog/html-css-projects/
28th Jul 2022, 12:04 PM
PanicS
PanicS - avatar