I hv almost completed a book on html5&css3 in 2Mts but still I'm nt able to create full site plz help me how i can improve more? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

I hv almost completed a book on html5&css3 in 2Mts but still I'm nt able to create full site plz help me how i can improve more?

guys plz tell me how i can improve more bcoz i want to be a professional web designer... your suggestions are valuable for me coz i cannot afford a web teacher...!!!

15th Nov 2017, 6:26 PM
Mohit Pratap Mehra
Mohit Pratap Mehra - avatar
2 Answers
+ 2
If you know HTML/CSS already, then it's time to learn some of the other things that make up modern websites. Go through these links below and that'll get you started with it. As practice, I want you to create a website. On this website, I want you to create a header at the top and footer at the bottom that transitions between pages. Create a user management system (user accounts) so that visitors may sign up and log into your website. This also allows you to protect certain contain against users not authorized, this is a authentication/authorization system. Create at least 3-4 different pages that they can go between, and have some of them restricted to certain user roles (admin, member, guest, etc..). Create a chat system that allows users on your website to speak with each other or speak to you, and make it so that when you change pages it's still there without losing data. By the time you're done with that project, you'll become a lot better at all of this. It will give you good practice on a lot of concepts, and help merge that gap between what you currently know and should know. Best of luck! JavaScript: https://www.sololearn.com/Course/JavaScript/ https://www.w3schools.com/js/ jQuery: https://www.sololearn.com/Course/jQuery/ https://www.w3schools.com/jquery/default.asp PHP: https://www.sololearn.com/Course/PHP/ https://www.w3schools.com/php/default.asp SQL: https://www.sololearn.com/Course/SQL/ https://www.w3schools.com/sql/default.asp NodeJS: https://www.w3schools.com/nodejs/default.asp HTML: https://www.sololearn.com/Course/HTML/ https://www.w3schools.com/html/default.asp CSS: https://www.sololearn.com/Course/CSS/ https://www.w3schools.com/css/default.asp
15th Nov 2017, 6:35 PM
AgentSmith
+ 2
By the way, it's worth mentioning that you should go online and search for design methods/patterns/etc.. There is much more to being a designer than there is to simply be a programmer. We talk about code here because this is a site for that, but the reality is that you have to take into considerations such things as color palettes, typography, etc... Your user's experience is top priority, and we're all affected by how things look and feel to us. You could have an amazing website, but because you decided to go with bright yellow, your users don't care how amazing your site is because their eyes hurt and they closed your site already. Get what I mean?
15th Nov 2017, 6:46 PM
AgentSmith