How To Make A Website

Hello everyone! Today, I’m going to show you how to make a website. Follow these prompts to make your website! 👍

Step 1: Find a hosting provider.

Find a hosting provider, you need a server and a domain. A domain is the address of a website such as google.com. Your hosting provider can be free or you’ve got to pay for the website.

Step 2: Get the login server credentials.

If you can connect to your server by a different source such as File Zilla or WinSCP. You’ll need the servers username and password. It could be your account credentials your hosting provider provided you or something else.

Step 3: Make a file called “index.html” in your sever.

Make a file called index.html in your sever, this file will be your homepage. If you will use PHP coding, change the file extension to .php. If you don’t know PHP coding,  keep your file extension name to .html.

Step 4: Start coding.

Open the file index.html/index.php and then do the coding. If you don’t know how to code, I’ll tech you simple coding in HTML at the end of this blog or you can learn coding at w3schools.com.

Step 5: Test it!

Once your done coding, go to your website by typing in its domain name/website address and then go to your website. Remember, if you are using Notepad++, remember to save by pressing Ctrl+S. Congrats! Your website is now complete. I hope you like this blog and you’ll end up with an amazing website! Have fun! 😃

Simple HTMl Codes:

<h1>Your text Here</h1> Makes your text big

<h2>Your text here</h2> Makes your text smaller

<h3>Your text here</h3> makes your text even smaller.

<img src=”the full picture name” alt=”Mouse Text”img/>  Shows an Image

Glossary:

File Zilla – A Server Manager

WinSCP – A server manager

Server – A website storage that stores the sites files

Domain – A address of a website