Question:

How do you make websites?

by Guest64211  |  earlier

0 LIKES UnLike

how do you make websites? is it free? where do you go to do it?

 Tags:

   Report

5 ANSWERS


  1. Try Weebly or Blinkweb, their easy to manage free website (or blog) has cool features that include drag and drop capability, switch designs on the fly, youtube and google video, custom html, upload images, flikr photo gallery, visitor stats and more.  You can also buy a new domain instantly, or host your existing domain for free and make it your own (www.yourown.com)

    If your looking for something more advanced but still user friendly then try CityMax or Site Builder Designs, they have everything you need in building your own website: domain name registration or domain transfer, web hosting, web builder, site maintenance and email accounts. Everything is laid out in an easy to follow step by step instruction. Some of the features included enable you to add your own themes, videos, images or mp3 music making your site unique to you. Pricing is comparable and affordable too.

    I hope that I was of some help and answered your question.


  2. go to freewebs.com its free

  3. You can find step by step guide on how to make a website at website like http://www.aplis.net/ .

  4. I am so glad you have asked that question!

    Okay, here's the deal. You can make your very own website using one or more web programming languages. Examples of some are HTML, XHTML, and JavaScript. HTML stands for Hyper Text Markup Language. XHTML stands for EXtensible HyperText Markup Language. JavaScript is nothing like Java, by the way, it's more user friendly, for example. I recommend using those languages for your website.

    Here is an example of a simple HTML document: ('[' means '<' and ']' means '>', but only in examples like this one.)

    [html]

    [body]

    This is a simple HTML document.

    [br]

    I broke a line =P

    [p]This is a paragraph.[/p]

    [/body]

    [/html]

    Now, as for a web host, I recommend going with CJB.NET ( http://www.cjb.net/ ), it is a free web host and it is a very simple web host to go with, I have used it before and it was awesome! You can upload your HTML documents, images, etc. on there, for example. The thing is, though, your website's URL will be websiteurl.cjb.net, but it wasn't a problem for me, because it was a non-profit website and it wasn't that large. Oh, and don't go with free web hosts if your website is large or it is a profit website.

    Well, that's about it, and sorry it took me so long to respond!

    -- HTML Dude

  5. All websites are made of HTML, some have other things like CSS JavaScript PHP ASPX ect.

    HTML is an acronyme for hyper text markup language, below will be a simple example which will display 'Hello World'. There is also XHTML standing for EXtensible HTML.

    The other languages are add ons, XHTML is soon to replace HTML.

    To make a website it can be free, or cost. You could learn the language, you could get a program, you could hire somebody, there are also online website makers along with domains and a hoster that will give you a site for free, bu add ads or your URL will be MYSITE.host.com.

    A domain name is the URL like www.yahoo.com

    A subdomain is something like answers.yahoo.com

    A host is an online source which stores your files for you site

    A domain name costs a yearly fee, usually pretty cheap, something like $7 - $15 a year, depending on who you buy it from.

    A host cost by the month, they are mreo expensive, like $2 - $30 a month, again depending on who you buy from.

    Here is your example displaying 'Hello World'

    <html>

    <head>

    <head>

    <body>

    <p>Hello World</p>

    </body>

    </html>

    Anything else wold get mroe complicated

Question Stats

Latest activity: earlier.
This question has 5 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.