0
Why i can't still create a website?
Learning html, css, js feels like learning a math run without knowing how to apply it, i still don't know how to make a normal website.
5 Respuestas
+ 6
You're struggling because you're learning (HTML, CSS, JS) without applying them to real projects. It feels useless until you build something concrete like a homepage or portfolio
Misa Creativework follow these steps:-
i) Pick a small goal, e.g., “Make a personal homepage.”
ii) Build step by step{
HTML: structure
CSS: style
JS: interactivity
}
iii) Use templates or tutorials to guide yourself
iv) Practice as much possible
+ 5
Your problem is that you're learning web development without applying the skills to do any projects.
Projects help you practically write and test a code, giving you a seamless real life experience of how code works and what effect does each tag put in.
Maybe you can create a small project every weekend, like a small To-do app or an educational website. If you keep on practicing, you may then be able to code super advanced websites. Practicality is also important in learning new things.
+ 4
You aren't Alone,
When I started out, I knew all the tags, properties & functions, but couldn’t figure out how to actually build a website either. The key is shifting from just “learning the parts” to “building small, real projects.”
Try this:
- Build a Personal Portfolio Page: name, photo, a short bio & contact links. Use simple HTML structure and CSS for basic styling.
- Clone a Simple Website: Pick a basic website and try to replicate its layout and styles. It helps you understand how pieces fit together.
- Use CodePen or Replit: These platforms let you code HTML, CSS & JS in the browser and see results instantly, no setup required.
Even in our organization (Impero IT Services), we encourage interns & junior devs to build something simple and real early on. One of our juniors couldn’t grasp flexbox until we asked him to recreate the Netflix homepage layout. Once it was tied to a real outcome, it clicked.
Good Luck..
+ 2
Try to watch on yt: Traversy Media html/css/js for absolute beginners. You could build a simple website by understanding and following his tutorials. Real application is the key.
0
If you think you can't do it, you are wrong. Try to make a website by learning or reviewing the fundamentals of html, css, and later you can try javascript.