Presentation is loading. Please wait.

Presentation is loading. Please wait.

To. An easy way to explain the internet is to think of your school computers all linked together into a network that you can put information into.

Similar presentations


Presentation on theme: "To. An easy way to explain the internet is to think of your school computers all linked together into a network that you can put information into."— Presentation transcript:

1 To

2

3

4 An easy way to explain the internet is to think of your school computers all linked together into a network that you can put information into and get information out that you and other people in your school have put in. Now imagine that a friend from another school wants to use your information and give you some of hers. You both connect your computers to modems that allow your computers to share information. Other networks can connect to yours and to other networks. This is called inter-networkingor the internet as it became known. It is a way of sending information from one computer to another anywhere in the world using phones or satellites, radio links and a lot of other ways.

5 In the 1960s a group of researchers working for the USA Government Defence Department invented a computer network that could keep working even if some of the computers were lost or damaged, eg during a war or a natural disaster. It was called the ArpaNet Over the next 20 years or so big businesses, universities and other researchers joined this network until they made a web of networks that were all linked. Then ordinary people started to use the internet and today there are millions of people all over the world who can use the internet in lots of different ways.

6 There are two things that you have to be aware of on the internet. 1.Keeping your personal details safe. 2.Being aware that people are not always who they pretend to be.

7 HTML In 1990, Tim Berners-Lee develops HTML, which made a huge contribution to how we navigate and view the Internet today1990Tim Berners-LeeHTML WWW Tim Berners-LeeTim Berners-Lee introduces WWW to the public on August 6,1991. The World Wide Web (WWW) is what most people today consider the "Internet" or a series of sites and pages that are connected with links. The Internet as a whole had hundreds of people who helped developed the standards and technologies that make it what it is today, but without the WWW the Internet would not be as popular and useful as it is today.WWW1991

8 The first website at CERN - and in the world - was dedicated to the World Wide Web project itself and was hosted on Berners-Lee's NeXT computer. The website described the basic features of the web; how to access other people's documents and how to set up your own server. The NeXT machine - the original web server - is still at CERN. As part of the project to restore the first website, in 2013 CERN reinstated the world's first website to its original address.project to restore the first website On 30 April 1993 CERN put the World Wide Web software in the public domain. CERN made the next release available with an open licence, as a more sure way to maximise its dissemination. Through these actions, making the software required to run a web server freely available, along with a basic browser and a library of code, the web was allowed to flourish.basic browser

9

10

11 HTML is a markup language for describing web documents (web pages). HTML stands for Hyper Text Markup Language A markup language is a set of markup tags HTML documents are described by HTML tags Each HTML tag describes different document content

12 Page Title My First Heading My first paragraph.

13 The DOCTYPE declaration defines the document type to be HTML The text between and describes an HTML document The text between and provides information about the document The text between and provides a title for the document The text between and describes the visible page content The text between and describes a heading The text between and describes paragraph Using this description, a web browser can display a document with a heading and a paragraph.

14 HTML Headings HTML headings are defined with the to tags: Example This is a heading

15 HTML paragraphs are defined with the tag: Example This is a paragraph. This is another paragraph.

16 HTML links are defined with the tag: Example This is a link Or Carmarthen Coder Dojo The link address is specified in the href attribute. Attributes are used to provide additional information about HTML elements.

17 HTML images are defined with the tag. The source file (src), alternative text (alt), and size (width and height) are provided as attributes: Example

18

19 HTML paragraphs are defined with the tag. In this example, the element has a title ( Tooltip )attribute. The value of the attribute is "About W3Schools": W3Schools is a web developer's site. It provides tutorials and references covering many aspects of web programming, including HTML, CSS, JavaScript, XML, SQL, PHP, ASP, etc.

20 HTML links are defined with the tag. The link address is specified in the href attribute: This is a link

21 HTML images are defined with the tag. The filename of the source (src), and the size of the image (width and height) are all provided as attributes:

22 The alt attribute specifies an alternative text to be used, when an HTML element cannot be displayed. The value of the attribute can be read by "screen readers". This way, someone "listening" to the webpage, i.e. a blind person, can "hear" the element.

23 HTML Tag Coffee Tea Milk Coffee Tea Milk

24 TagDescription Defines bold text Defines a single line break Defines text that should be stylistically different from normal text

25

26 Your Exercise: Add a tooltip to the paragraph below. Hint: Use a title attribute.

27 Your Exercise: Change the size of the image below.

28 Your Exercise: Change the destination of the link.

29 Check out :- http://www.codecademy.com/en/tracks/web And http://www.w3schools.com/html/default.asp


Download ppt "To. An easy way to explain the internet is to think of your school computers all linked together into a network that you can put information into."

Similar presentations


Ads by Google