+ 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.
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!
+ 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.
+ 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
+ 1
Thanx alot Anhjje & AgentSmith