Exam 1 Answers Flashcards
T/F The most common way of accepting user input is through a web form
T
Write the HTML code to create a paragraph element with “Hello World” as the text:
< p > Hello World < /p >
a(n) ___ includes the blank spaces, tabs, and line breaks found within the file
a) black-space character
b) blank-space character
c) empty-space character
d) white-space character
c) empty-space character
the style rule
ul { list-style-image: url(redball.png); }
displays items from ___ lists marked with the graphic image in the redball.png file.
a) structured
b) ordered
c) unordered
d) unstructured
c) unordered
fill in the blank in the following CSS code to change the background of the document to the color blue
body {background-color: blue;}
___ is the current version of HTML
a) HTML 4.01
b) HTML 5
c) DHTML
d) XML
b) HTML 5
t/f JS written inside HTML document is an example of server-side scripting
f
the “D” in DHTML stands for
a) Duo
b) Dictionary
c) Deprecated
d) Dynamic
d) Dynamic
a “reset” input element will clear other input elements as long as it is placed inside the same ___
a) body
b) head
c) table
d) form
d) form
a ___ layout sets the width of the page elements as a percent of the available screen width
a) fixed
b) elastic
c) fluid
d) modified
c) fluid
t/f in the background-attachment property, the “fixed” type creates a background that stays in place… element content is scrolled horizontally or vertically.
t
individual items in a list are created using the ___ element
a) il
b) ol
c) ul
d) li
d) li
which of the following is an inline element
a) < hr >
b) < img >
c) all of these
d) < p >
b) < img >
a(n) ___ element has no text mark up
a) blank
b) null
c) empty
d) HTML
c) empty
which of the following CSS 3 filters applies transparency to an image
a) opcacity
b) invert
c) blur
d) gray scale
a) opcacity
the ___ value of the overflow style keeps an element at a specific size, adding scroll bars only as they are needed.
a) visible
b) scroll
c) hidden
d) auto
d) auto