True/False
Indicate whether the sentence or statement is true
or false.
|
|
1.
|
The
following are all block elements in HTML: <p>, <h1>, <table>, <b>, <form>,
<div>.
|
|
2.
|
The
following are all block elements in HTML: <div>, <table>, <h1>, <form>,
<ul>.
|
|
3.
|
The
following are all inline elements in HTML: <a>, <b>, <img>, <span>, <q>,
<select>.
|
|
4.
|
The
following are all inline elements in HTML: <a>, <b>, <img>, <span>, <map>,
<input>, <ul>.
|
|
5.
|
The
following are all inline elements in HTML: <a>, <img>, <object>, <input>, <label>,
<span>.
|
|
6.
|
The
anchor element is used to define an image or a picture within the HTML content.
|
|
7.
|
The
ref attribute is
used by the anchor element to define an internet resource to link to as in <a ref=
http://www.camosun.ca>.
|
|
8.
|
The
reference in the anchor element can be an absolute URL or a relative URL.
|
|
9.
|
An
example of an absolute URL is http://www.camosun.ca/computer_science/index.html.
|
|
10.
|
An
example of an absolute URL is https://deepblue.cs.camosun.bc.ca/~cst999/index.html.
|
|
11.
|
An
example of an absolute URL is www.camosun.bc.ca/index.html.
|
|
12.
|
An
example of a relative URL is images/myCat.png.
|
|
13.
|
An
example of a relative URL is ../images/dancingFrog.gif .
|
|
14.
|
An
example of a relative URL is /pictures/show.html .
|
|
15.
|
An
example of a relative URL is http://www.camosun.bc.ca/admin/index.html .
|
|
16.
|
If
the supplied URL in an anchor element is not accessible, the web server will return an HTTP 404 error
code.
|
|
17.
|
When
the browser shows the HTTP 404 error code, it means the web server is unable to find the requested
HTML page.
|
|
18.
|
The
title attribute specifies a tooltip text to add information about a link
for the user.
|
|
19.
|
By
default when you click on an anchor reference, the browser displays the content in a new browser
window.
|
|
20.
|
Images can be made to be hypertext references in the browser.
|