intern_simple_website.md - brainchildservices/curriculum GitHub Wiki

Slide 1

What is internet, websites, browsers

WHAT IS INTERNET

The Internet is a vast network that connects computers all over the world. Through the Internet, people can share information and communicate from anywhere with an Internet connection. - Together, all publicly accessible websites constitute the World Wide Web.

WHAT IS WEBSITE

A website is a collection of linked web pages (plus their associated resources) that share a unique domain name. Each web page of a given website provides explicit links—most of the time in the form of clickable portion of text—that allow the user to move from one page of the website to another. - The ideas of a web page and a website are especially easy to confuse for a website that contains only one web page. Such a website is sometimes called a single-page website.

Slide 2

WHAT IS WEBPAGE

A web page is a simple document displayable by a browser. Such documents are written in the HTML language (which we look into in more detail in other articles). A web page can embed a variety of different types of resources such as:

  • style information — controlling a page's look-and-feel
  • scripts — which add interactivity to the page
  • media — images, sounds, and videos.

Slide 3

YOUR WEBSITE AFTER THE SESSION OF HTML BASICS SHOULD LOOK LIKE THIS

afterbasichtml