Internet0 min ago
Creating a website
11 Answers
I want to create a basic website. I have no real training with web creation packages. Is there anything on line that I can download, or an online step by step reference guide? Thanks J
Answers
Best Answer
No best answer has yet been selected by jasonhanger. Once a best answer has been selected, it will be shown here.
For more on marking an answer as the "Best Answer", please visit our FAQ.I found http://www.htmlgoodies.com/
very good to learn the basics and you can save each page which interests you.
To make a very basic website, you can make up a page in MS Word, with pictures if you wish, and save it as a html file. Although you won't learn anything this way.
To make a very basic website, you can make up a page in MS Word, with pictures if you wish, and save it as a html file. Although you won't learn anything this way.
Here's an interesting methodology: Design your site on a piece of A4 with all your elements (navigation, content sections, pictures, banners, logos, icons, etc. etc.) as separate pieces of paper roughly the right size and shape (always rectangular). When happy with the layout, write some simple HTML where every one of these elements is in its own div tag, eg. <div id="navigation"&rt</div>. in the order they appear from top left to bottom right. You can group common items, like a header bar containing multiple things, into a parent div tag. Then get a book on CSS, or look at csszengarden.com, and write a stylesheet that will layout your site exactly the way you want it. I've been web designing for donkey's years and it's a great way to create a site whether static or dynamic. It's great for achieving perfect layout control and perfect for modularising dynamic content such as PHP or JSP...
-- answer removed --
-- answer removed --
-- answer removed --
-- answer removed --
-- answer removed --
-- answer removed --
-- answer removed --