NEW
Font size
WorksheetsTri 2215 -Quiz 1
Total questions: 10
Worksheet time: 10mins
When a computer responds to a request by a user, the computer is referred to as a __________.
client
server
router
firewall
The special code that is used to identify each device on the Internet is referred to as the __________.
URL
browser
IP address
client
What happens when a statement is written as <!-- Good Morning --> in HTML?
Good Morning will be displayed as the main web page title.
Good Morning will be displayed on the title bar.
Good Morning will be displayed on the browser.
Good Morning will be displayed on the html file.
The text written between the <ins></ins> tag, will be __________.
underlined
bold
strike-through
italic
The start property in an ordered list states the __________.
arrangement of the list to be in ascending or descending order
length of the list
pattern used in a list
custom starting number of a list
The alternative text is added to the <img> tag to __________.
give a description of the image when the image is not able to be viewed
create a link to another document when the image is clicked
make it easier for the users to copy the image
display a clearer and sharper image
How can you open a link in a new browser window?
<a href = "url" target = "tab">
<a href = "url" target = "new">
<a href = "url" target = "open">
<a href = "url" target = "_blank">
Which of the following codes will create a button to clear or erase a form’s content?
<input type=”delete” />
<input type=”reset” />
<input type=”clear” />
<input type=”erase” />
The __________ attribute inserted in the <video></video> tag specifies an image to be shown while the video is downloading, or until the user hits the play button.
src
href
poster
image
The <option> tag in a dropdown list __________.
shows only the default values that can be selected
defines the available choices for the user to choose from
must be arranged in descending order
can only have a maximum of four choices
