CIS 3308 Test 1 Exam Questions AND Correct Answers
<a href=""> - ✔✔link
<button> - ✔✔button
<h1> - ✔✔Heading
<img> - ✔✔image
<ol> - ✔✔ordered list
<p> - ✔✔paragraph
<ul> - ✔✔unordered list
A CSS declaration always ends with what? - ✔✔a semicolon
A CSS rule-set consists of a ____ and a ____ - ✔✔selector, declaration block
AJAX - ✔✔A technique whereby JavaScript makes an asynchronous Web API call
then updates a web page.
All HTML documents must start with what? - ✔✔A document type declaration:
<!DOCTYPE html>
, An HTML document must begin and end with what? - ✔✔<html> </html>
Auto Increment - ✔✔allows a unique number to be generated automatically
when a new record is inserted to a table
bootstrap - ✔✔when a web application injects content into the content area of
an html page (typically using routing)
Content delivery network (CDN) - ✔✔a system of distributed servers (network)
that deliver pages and other web content to a user, based on the geographic
locations of the user, the origin of the webpage and the content delivery server
declaration block - ✔✔contains one of more declarations separated by
semicolons
Declaration blocks are surrounded by what? - ✔✔curly braces
Describe a fixed position - ✔✔positioned relative to the viewpoint; always stays
in the same place even if the page is scrolled
Describe a relative position - ✔✔positioned relative to its normal position.
Describe a static position - ✔✔Static positioned elements are not affected by
top, bottom, left, and right properties. An element with static position is not
<a href=""> - ✔✔link
<button> - ✔✔button
<h1> - ✔✔Heading
<img> - ✔✔image
<ol> - ✔✔ordered list
<p> - ✔✔paragraph
<ul> - ✔✔unordered list
A CSS declaration always ends with what? - ✔✔a semicolon
A CSS rule-set consists of a ____ and a ____ - ✔✔selector, declaration block
AJAX - ✔✔A technique whereby JavaScript makes an asynchronous Web API call
then updates a web page.
All HTML documents must start with what? - ✔✔A document type declaration:
<!DOCTYPE html>
, An HTML document must begin and end with what? - ✔✔<html> </html>
Auto Increment - ✔✔allows a unique number to be generated automatically
when a new record is inserted to a table
bootstrap - ✔✔when a web application injects content into the content area of
an html page (typically using routing)
Content delivery network (CDN) - ✔✔a system of distributed servers (network)
that deliver pages and other web content to a user, based on the geographic
locations of the user, the origin of the webpage and the content delivery server
declaration block - ✔✔contains one of more declarations separated by
semicolons
Declaration blocks are surrounded by what? - ✔✔curly braces
Describe a fixed position - ✔✔positioned relative to the viewpoint; always stays
in the same place even if the page is scrolled
Describe a relative position - ✔✔positioned relative to its normal position.
Describe a static position - ✔✔Static positioned elements are not affected by
top, bottom, left, and right properties. An element with static position is not