You are on page 1of 2

World wide web Key terms

World wide web (www)

an information system on the Internet which allows documents to be

connected to other documents by hypertext links, enabling the user to


search for information by moving from one document to another.

Hyperlinks

a link from a hypertext document to another


location, activated by clicking on a highlighted
word or image

Web servers

Web servers are computers that deliver (serves

up) Web pages. Every Web server has an IP

address and possibly a domain name.

Web browsers + 2 examples

Firefox
chrome

HTML

1. Hypertext Markup Language, a standardized


system for tagging text files to achieve font, colour,
graphic, and hyperlink effects on World Wide Web
pages.

HTML software examples

Dreamweaver

HTML element

<body>

The <body> element defines the document body.

<h1>

The <h1> element defines a heading.

<p>

Defines a pargraph

</p>

This means the tag is ended

</body>

This means the tag is ended

</html>

This means the tag is ended/ element

defines the whole document.

Write your own html code following the example on the power
point.

You might also like