You are on page 1of 8

How to Create Your Own Website

Here starts the lesson!


Contents of This Template
1 Websites Types
* Static Website

*Dynamic Website

*CMS

2 Domain and Hosting


*Domain

*Hosting

You can delete this slide when you’re done editing the presentation.
01
Websites Types
Introduction

1 Websites Types

* Static Website

*In contrast to typical dynamic sites, which generate


the web page at the request, a static website employs
server-side rendering to provide pre-built HTML, CSS,
and JavaScript files to a web browser.

*Static sites allow you to separate your content


repository from your front-end interface, providing you
with more control over how your material is presented.
● When a visitor accesses a
dynamic website

*Dynamic Website ● server technologies (such as PHP)


are used to construct a webpage
dynamically.

● The server will locate a slew of
various pieces of information once
you type in a specific web
address, which it will then
combine into a single cohesive
web page.
● A CMS platform (content management
system platform) makes it simple to
manage content and build websites.

CMS
● The most prevalent programming
languages used to construct web pages are
HTML, JavaScript, and CSS

● You would need to master these languages


and write a lot of code to develop a
website without using a CMS platform.

● CMS solutions address this issue by


allowing you to create a website without
writing code or learning how to program.
*Domain
● A domain name is a text string
corresponding to a numeric IP
Domain and Hosting address and is used to visit a
website using client software.


● A domain name is a user’s text
into a browser window to
access a particular website in
plain English.
A server is a real computer that
operates continuously to ensure
that your website is available to
Hosting everyone who wants to view it
at any time

Your web host is in charge of


keeping that server up and
operating, defending it from
harmful threats and
transporting your material from
the server to the browsers of
your visitors.

You might also like