What do we need to start a website? - Ryzen Hunt

What we need to create a website?

Web designing with HTML

What we need to create a website?
A website is a collection of related web pages that are normally stored on a single web server computer. A web server is a computer system that enables users to access web pages stored on the web server’s computer. The term “web-server” can refer to the web page-accessing software that runs on the computer, or it can refer to the computer itself.
To create a website, you’ll need these things:
(1) a text editor,
(2) an upload/publishing tool,
(3) a web hosting service,
(4) a browser.

Text Editor
There are many different text editors, with varying functionality. Microsoft’s Notepad is free and provides no special web functionality. To use it, the web developer simply enters text, and the text appears as is. Most web developers use a fancier type of text editor—a web authoring tool. Different web authoring tools have different features that are intended to make the web development process easier. At a minimum, web authoring tools are able to suggest valid code after the user has typed part of a command. This auto-complete mechanism is often called IntelliSense and sometimes called picklist. Such general-purpose web authoring tools are normally referred to as integrated development environments or IDEs for short.

Webpage uploads
After you enter your web page text on your local computer with IDE, you probably want to publish it. Publishing means that you upload your web page to a web server computer so other users can access it on the Web. Some IDEs, like Dreamweaver, provide built-in uploading capabilities, but other IDEs, like Visual Studio, do not. For IDEs that do not provide built-in uploading capabilities, you’ll need to use a separate file upload tool.

Web hosting Service
For a file upload tool such as WinSCP to work, you need to have a web server computer on which to store the uploaded files. For the uploaded files to be accessible as web pages on the Web, your web server computer needs to have a web hosting service in place. The developer will need to set up the web hosting service or rely on a generic web-hosting company (e.g., GoDaddy.com) to do so. Regardless of who’s in charge of the web hosting service, all web hosting services need to have a mechanism for receiving uploaded files from a file upload tool. Typically, that mechanism is an FTP (file transfer protocol) server, which is a program that runs on the web-server computer.

Browser
Below Figure shows the final part of the website experience; browser access. A browser is a piece of software that enables a user to retrieve and view a web page. The most popular browsers for computers are Google Chrome, Microsoft’s browsers (Microsoft Edge and Internet Explorer), and Mozilla2 Firefox. Other browsers are Safari (for Mac devices), Opera, and Android’s default browser. Safari and Android are particularly popular with mobile devices.



Dear visitors, in our next post we will learn to make a basic web page using HTML. On our blog, You will get a full course of HTML, CSS & JS. Don't forget to give us feedback.

You may like these posts

5 comments

  1. Unknown
    Really very excited for your next post...
  2. Sohit Kumar
    Jaldi se website bnani start kro mujhe bhi website bnani hai apni
  3. Unknown
    Such a great information
  4. Jackrichard
    Great post and I like how you separate things. I have been following your page for some time and I have taken in a ton about hosting stages. I see numerous includes YouTube and wish to make my own site. Up to that point I trust I will gain so much from your posts. I just upload…. Bluehost Reviews
    • Anikesh
      Thank you so much sir, and keep following our blog to get more things. I hope you'll get much valuable knowledge here, and make your own site.
  1. To insert a code use <i rel="pre">code_here</i>
  2. To insert a quote use <b rel="quote">your_qoute</b>
  3. To insert a picture use <i rel="image">url_image_here</i>