HTML Midterm Carol Jordan

COIN 61 Spring 2005 class, due 5/12/2005

Please type your assignment and make a copy for yourself before turning it in; or you may post a copy online to a file called midterm.

Part I:

Objective: Listed below are 40 HTML tags and attributes. Please give a definition of each, including what they are used for, and if they require a closing tag, what is it?

Short answers, please, and give an example if necessary.

1) <html>

2) <head>

3) <title>

4) <body>

5) <b>

6) <i>

7) <h1…h6>

8) <font>

9) <blockquote>

10) <! -->

11) align=left align=center align=right

12) <a href="url">link name</A>

Describe what the <img src> tag does then describe what each of the following properties does (i.e., width, height, and alt)

13) <img src="image" width= height= >

14) <img src="image" alt="alternative text">

15) <p>

16) <br />

17) <hr />

18) <ul>

19) <ol>

20) <li>

21) <dl>

22) <dd>

23) <dt>

24) <meta>

Define the purpose of each of the following six <body> attributes

25) <body bgcolor="#RRGGBB">

26) <body background="filename.ext">

27) <body text="#RRGGBB">

28) <body link="#RRGGBB">

29) <body vlink="#RRGGBB">

30) <body alink="#RRGGBB">

Explain how each of the following attributes affect the table tag and give the closing tag

31) <table>

32) <table border= >

33) <table cell spacing= >

34) <table cell padding= >

35) <table width= >

36) <th>

37) <tr>

38) <td>

39) <td colspan= >

40) <td rowspan= >

 

Part II:

World Wide Web Definitions: Describe what is meant by each statement below:

41) The Web is a HyperText information system.

42) The Web is graphical and easy to navigate.

43) The Web is cross platform.

44) The Web is distributed.

45) The Web is dynamic.

46) The Web (browser) can access many forms of Internet information (protocols).

47) The Web is interactive.

Part III:

Answer the following questions:

48) Who owns the World Wide Web?

49) What does a Web browser do?

50) What is a Uniform Resource Locator (URL)?