Sie sind auf Seite 1von 3

BB218 Internet In Practice

TUTORIAL CH 3: HTML

QUESTION 1

Fill in this table below:

HTML Tag Description/ Functions

1) <p>

2) <br>

3) <b>

4) <img>

5) <ul>

6) <ol>

7) <tr>

8) <td>

9) <h1> to <h6>

QUESTION 2

Go to https://www.w3schools.com/html/tryit.asp?filename=tryhtml_default

STEP 1

Enter the text below into a notepad file

-------

<!DOCTYPE html>

<html>

<head>

<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">

<title></title>

</head>

<body>

</body>
BB218 Internet In Practice

</html>

----------

Save the file under the name ‘tutorial.html’

STEP 2

Enter the text below between <body>

---------

In 1980, Tim Berners-Lee, an independent contractor at the European Organization for


Nuclear Research (CERN), Switzerland, built ENQUIRE, as a personal database of people and
software models, but also as a way to play with hypertext; each new page of information in
ENQUIRE had to be linked to an existing page.

In 1984 Berners-Lee returned to CERN, and considered its problems of information


presentation: physicists from around the world needed to share data, and with no common
machines and no common presentation software. He wrote a proposal in March 1989 for "a
large hypertext database with typed links", but it generated little interest. His boss, Mike
Sendall, encouraged Berners-Lee to begin implementing his system on a newly acquired NeXT
workstation. He considered several names, including Information Mesh, The Information Mine
(turned down as it abbreviates to TIM, the WWW's creator's name) or Mine of Information
(turned down because it abbreviates to MOI which is "Me" in French), but settled on World
Wide Web.

He found an enthusiastic collaborator in Robert Cailliau, who rewrote the proposal (published
on November 12, 1990) and sought resources within CERN. Berners-Lee and Cailliau pitched
their ideas to the European Conference on Hypertext Technology in September 1990, but found
no vendors who could appreciate their vision of marrying hypertext with the Internet.

Currently the available popular browsers are Google Chrome, Mozilla Firefox, Internet
Explorer, Apple Safari and Opera.

CERN has offices all over Europe in countries such as Germany, France, Italy and United
Kingdom.

Further information on CERN can be found at their official website and their Wikipedia page.
Any queries, please contact the admin at this email.

STEP 3

Use the <p> and <br> to arrange how the text is displayed so it would look like the same as the text
above.

STEP 4

1. Bold CERN
2. Underline Berners-Lee
3. Italicize Information Mesh
BB218 Internet In Practice

STEP 5

Create the table below at the end of page.

Country Capital
Germany Berlin
France Paris
Italy Rome
United Kingdom London

Das könnte Ihnen auch gefallen