Answer the following statements true (T) or false (F)

1. The terms HTML document and HTML page mean the same thing.
2. HTML is part of the Java language.
3. The purpose of the address tag is to contain the e-mail address for contacting the document’s
maintainer as well as the date that the document was last modified.
4. HTML is case sensitive.
5. Images can be embedded within HTML pages.


1. True
2. False
3. True
4. False
5. True

Computer Science & Information Technology

You might also like to view...

If this.Opacity += 1.0; increases the opacity, what line of code would decrease the opacity?

a. this.Opacity = 1.0; b. this.Opacity -= 1.0; c. this.Opacity ++ 1.0; d. this.Opacity – 1.0;

Computer Science & Information Technology

To place two nodes node1 and node2 in a HBox p, use ___________.

a. p.add(node1, node2); b. p.addAll(node1, node2); c. p.getChildren().add(node1, node2); d. p.getChildren().addAll(node1, node2);

Computer Science & Information Technology

In A1 input a number: -5.2 And in A2 input a formula: =ROUND(A1,0) Then in A3 input a formula: =INT(A1) The results in A2 and A3 will be (relatively):

a. -5 and -6 b. -6 and -5 c. -6 and -6 d. -5 and -5

Computer Science & Information Technology

Copies of the sales order can be used for all of the following except

A. purchase order B. credit authorization C. shipping notice D. packing slip

Computer Science & Information Technology