H o w
t o
M a k e
a
W e b s i t e

What is this site for?

Tool

- A site designed to do something for you

- Sites like EasyBib, Zoom, and Canva all acomplish a task for you

Shop

- A site designed to get conversions (get you to do what they want)

- Sites like Amazon and Nike for example both want you to make purchases

Information

- A site designed to tell you something

- Sites like Wikipedia or Britannica are both giving information

Design!

Dear, Adonis

I'm sorry that that man is your father, let me be honest It takes a man to be a man, your dad is not responsive I look at him and wish your grandpa would've wore a jacket I'm sorry that you gotta grow up and then stand behind him Life is hard, I know, the challenge is always gon' beat us home Sometimes our parents make mistakes that affect us until we grown And you're a good kid that need good leadership Let me be your mentor since your daddy don't teach you 👍

Coding Time

<h2>HTML</h2>

<p>HTML or hyper text mark-up langue makes up all the text/elements you see on a web page.</p>

<h2>CSS</h2>

<p>CSS or cascading style sheet is a langue used to style HTML.
It works like this:

p{
color: white;
font-family: "Source Code Pro";
} </p>

<h2>JS</h2>

<p>Java Script works with HTML and CSS to create more complex features of websites. It is much more complex than it's siblings, but it not at all nesssecary for a website.

For example all the animations on this site run off JS.</p>

<h2>You Try</h2>

Domains

A domain is like a websites address or name. For example, "google.com"

They can be purchased from a registrar for typically 15$ a year

Registrars are liscened by the non-profit, Icann (Internet Corporation for Assigned Names and Numbers)

The only thing a domain name needs is the period. For example I could have the domain name hot.soup

We are often taught .org is more trustworthy than .com, however anyone can purchase a .org domain

Some domains are restricted like .edu, and .gov, which would a]be more trustworthy

Most sites use .com as it's view as more "safe" by the general public than domains using .net or .site for example.

Hosting

Hosting is putting the files for your website onto a server

While it is posible to host a site on your on physical sever, it an often slower and more complex process

Typically sites are hosted by cloud hosting services such as Netlify's, Google's, or Amazon's

You simply upload your files, conect your domain and you are good to go.

Thank You!