I am new to Web site development and looking for a starting point. Does anyone have a suggestion on what software is a good one to start to teach myself Web site development?

Dani AI

Generated

Good early advice appears in this thread: and point toward learning the basic document structure and styling, while and mention visual editors. To turn that foundation into usable skills, a short practical workflow helps more than jumping between many tools.

  • Pick a code-focused editor (modern, free options exist) and create a tiny project folder.
  • Build a minimal site: a single index.html, a styles.css, and an images/ folder. Hand-code the layout and styles first.
  • Test in a browser and use developer tools to inspect the DOM, tweak CSS, and simulate small-screen widths (mobile-first approach).
  • Add version control early with Git and publish a live copy via a simple host so changes are always testable.
  • Once HTML/CSS are solid, layer in JavaScript, progressive enhancement, and feature detection; verify support across browsers with compatibility data.
  • Repeat by creating three focused projects: a landing page, a responsive article/list layout, and a form with accessible labels and validation.

Notes and cautions: visual WYSIWYG editors (as mentioned by and ) can speed prototyping but often emit non-semantic or verbose markup that makes learning harder. Hand-coding the basics first improves debugging and long-term maintainability. Also prefer current, authoritative documentation rather than old tutorials—web platform best practices change.

Useful references: MDN Learn for fundamentals, freeCodeCamp for guided projects, git-scm.com for version control basics, pages.github.com for simple hosting, and caniuse or web.dev for compatibility and performance guidance.

Recommended Answers

All 5 Replies

My advice for you is to start with HTML (Hyper-Text Markup Language. you can visit this address for web design tutorial

I am using Macromedia Dreamwear and recently looking into Firefox for image optimization for web. I am doing HTML and learning about CSS.

Firefox... haha, cute, think you mean fireworks reen. If you would like to dive right into the deep end without learning html. I'd suggest, go for Golive, html is easy, and you can probably pick it up as you go along.

Firefox... haha, cute, think you mean fireworks reen. If you would like to dive right into the deep end without learning html. I'd suggest, go for Golive, html is easy, and you can probably pick it up as you go along.

Ha ha! I have called fireworks every combination of fire and whatever else possible! My fav is FireForks though...LOL Sorry for that...he he he

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.