Some projects to test HTML and CSS skills ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Some projects to test HTML and CSS skills ?

Tell me some major projects which requires only html and css to test our skills and advance them.

20th May 2019, 3:57 PM
Rhythm Sehgal
Rhythm Sehgal - avatar
4 Answers
+ 4
When you're done learning HTML, I'd recommend that you learn Javascript so you can add in some client-side functionality. Then I'd learn a server-side language (NodeJS or PHP for example) to deal with server-side processing, as well as SQL/NoSQL so you can use client/server-side languages to interact with a database to store information (such as user accounts). Once you're comfortable with all of that, I'd learn jQuery, ReactJS, AngularJS and Bootstrap. There are many frameworks/libraries out there, but those are used a lot and will make your life as a developer much easier. Best of luck to you!
20th May 2019, 4:33 PM
AgentSmith
+ 3
Build a webpage. However, I wouldn't consider a webpage that uses ONLY HTML and CSS as a "major project." You'll build a very basic website with only those two things, but that's still a great way to practice it until you're ready to learn the other necessary technologies that make up a modern webpage.
20th May 2019, 4:27 PM
AgentSmith
+ 2
Get Atom code editor, sync with github and set up your personal Web page. Play around with it, improve it, add menus, links, pics.. That's a start
20th May 2019, 5:29 PM
HNNX 🐿
HNNX 🐿 - avatar
+ 1
Thanx alot Anhjje & AgentSmith
20th May 2019, 7:15 PM
Rhythm Sehgal
Rhythm Sehgal - avatar