Hi All,
I want to design a web page & publish it ininternet.So can anyone help me out
how I can design a web page.Is there any software through that I can design it.
Ranjan
Hi All,
I want to design a web page & publish it ininternet.So can anyone help me out
how I can design a web page.Is there any software through that I can design it.
Ranjan
A concise, practical path for the question raised by : start with a clear goal, then build a single page and publish it. As noted, know what you’re making (purpose and content), how you’ll make it (tools and workflow), and what you need to learn. A quick roadmap keeps work focused and avoids tool-driven confusion.
Begin with fundamentals: create a simple document that contains a header, navigation, main content and a footer. Use semantic structure and separate style from content by keeping CSS in a separate file. Design responsively so the layout adapts to phones and desktops, and add basic accessibility (logical headings, image alt text). Build small, test often, and open the page in a browser as soon as possible to see the results.
Choose tools that match learning goals: a plain text editor is enough to start; a modern code editor and basic image editor speed things up. Use version control (Git) when comfortable. For publishing, a typical flow is: prepare an index file and asset folders, pick a hosting option that fits needs (simple static hosting for basic pages), upload files (host control panel, SFTP or a static-site host), then point a domain if required. After publishing, check the live site on multiple devices.
Practical checks and tips: verify file names and paths (many servers are case-sensitive), use browser developer tools to inspect layout and console errors, optimize images for load time, and confirm correct file permissions and MIME types. Heed ’s caution about editors that hide markup—periodically inspect generated HTML and simplify it when needed. This sequence gives a solid, long-lived foundation before exploring templates, content-management systems, or JavaScript frameworks.
Jump to Post— Borzoi 24As far as I know, there is no software that will design the page for you but there is software, such as Dreamweaver and FrontPage, that will provide you with what's known as a WYSIWYG (What You See Is What You Get) which will allow you to make the site …
Mr. Ranjan, I think this is the wrong section to ask. That is the Web Development section as you can see it on the menu at the top of the page.
Dreamweaver.
As far as I know, there is no software that will design the page for you but there is software, such as Dreamweaver and FrontPage, that will provide you with what's known as a WYSIWYG (What You See Is What You Get) which will allow you to make the site without having to modify the actual code which is handy if you have no website coding knowledge.
One problem with using WYSIWYGs is that they tend to add extra bits of code that isn't needed.
You can't really just sit down and "design" a web site. You need to understand A) What you're making, B) how it's being made, and C) what you are doing. the problem with anything beyond a very basic WYSIWYG editor is they tend to over simplify rather involved operations, or over complicate what should be a very simple operation. If you don't understand what you are trying to do on the coding side, the WYSIWYG's 'help' will be problematic. Dreamweaver and Expressions both fall into this category. If you know A) What you are going and B) How the program is set up, they are fantastic tools for building a web site. If you don't know those two things, you will run into problems and a lot of them.
There are hundreds of thousands of tutorials about coding HTML on the internet. There are dozens of programs that help you do the coding and automate a lot of the tedious and repetitive parts of coding. I've studying web design now, and I've amassed a sizable library of books on coding, php scripting, and Java Scripting not to mention the books I have on programs like Dreamweaver, Expressions, Photoshop, and Flash.
for a very basic start up to learning web design, I can point you toward the tutorials on my web site: . Those tutorials will help guide you through basic coding and inserting images into a web page.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.