You can build a basic website using a variety of tools and technologies.
Ingredients
- An HTML editor such as Notepad, Text Edit, Dreamweaver, or any text editor
- Images or other assets such as Adobe Flash content (optional)
- A web host or some server space
- An application server, such as ColdFusion, PHP, or ASP (optional)
Types of websites
To get started creating websites, you first need an authoring tool to create the HTML code. If you are comfortable writing HTML code yourself, you can use any text editor such as Text Edit on Mac or Notepad on Windows. You can also use more complex applications that were created specifically for creating web pages. Adobe Dreamweaver is one example.
Once you have an HTML editor, you will need some content such as text, images, or other media such as Adobe Flash content.
Finally, you will need access to a web server to place your content on so others can see your web pages in their web browsers. There are many low-cost web hosting services available. After you are familiar with creating basic HTML pages, if you plan to create dynamic data-driven web pages, you will also need access to an application server technology. If you think you may want to do this at some point in the future, you should consider this when choosing a web host. Some common application server technologies include ColdFusion, PHP, and ASP.