I am new for web desging , i want to learn desging, but dont know where to start from... Which tool is best for desging and easy also... any suggestion , comments will be appreciated.

Dani AI

Generated

For a beginner like , pick a learning path instead of searching for a single "best" program. is on the right track about starting with the basics — understanding how HTML and CSS work in a browser will make any visual tool much more useful later.

Start with fundamentals: semantic HTML, CSS layout, responsive design and accessibility. Interactive curricula and reference docs such as the MDN Learn area and freeCodeCamp are good places to practice. Learn modern layout systems early — Flexbox and solve many layout problems cleanly.

When you practice, pick a modern workflow: a code-focused editor like Visual Studio Code plus your browser DevTools (Chrome DevTools) lets you iterate quickly and debug layouts. For interface design and clickable prototypes consider a vector/prototyping tool such as Figma or Adobe XD. Learn basic version control with Git so you can save work and collaborate.

Quick practical tips: wireframe first, build small reusable components, test on real devices and browsers, and keep semantic markup and accessibility in mind (MDN Accessibility). Tools change; skills transfer. A good small project (a single-page site or simple app UI) finished end-to-end will teach far more than trying many tools without completing anything.

Member Avatar for Member #114696

IF you are starting up with HTML and CSS, I would recommend you to use plain text editors with syntax highlighting. If you using Windows Notepad++ is nice. Under Linux/*nix gedit and kate are easy to use and install.

For graphics, learn Photoshop/GIMP.

Once people get comfortable with things, they tend to shift to IDE like Dreamweaver, Aptana, Eclipse etc.. for better productivity.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.