C779 Exam Study Questions and Correct Answers
Inline CSS Style - ANS style att. within each html tag
specific section
<p style = "color:blue;"> Text in blue. </p>
Internal CSS style - ANS styles within style tags in header, to all elements
<head> <style> p{color:blue;}</style></head>
External CSS style - ANS styles in separate file referred as link in header, industry standard
<head><link rel="stylesheet" href="styles.css"></head>
use of inline & internal definitions - ANS reduces number of files web browser must download
before displaying content
not rec. for multiple pages
Property - ANS color, font-size etc.
Value - ANS blue, 12px
css key info - ANS describes how html elements are displayed
saves a lot of work
control multiple pages at one time
external stylesheets stored in css files
CSS rule positions image to the right of text - ANS img {float:right; margin-left: 0px}
Video formats for HTML - ANS ogg web mp4
,Tag pair for embedding audio, video and interactive maps in html - ANS iframe
code for attaching external style sheets to html - ANS <link rel="stylesheet" type="text/css"
href="css/mystle.css">
html canvas API supports which shape - ANS rectangle
Primary use of html5 canvas - ANS draw graphics, on the fly, via java
which code defines an images map regions - ANS <area shape="rect" coords="0,0,0,0"
href="home.html" alt="home"/>
For a circle hotspot, what do 90,45,30 mean - ANS center cord & radiu s
Which code to use image as a hyperlink - ANS <a href="http://www.x.com"> <img
src="questions.jpg" alt="Questions"</a
What does GUI & html editors offer that text editors do not? - ANS live preview pages
Want to preview a page using GUI html editor, which is true - ANS preview all pages with
browsers installed on computer
W3C markup validation services - ANS HTML & CSS syntax checking
When optimizing content on mobile - ANS reduce amount of content to reduce scrolling
Example of CSS ID - ANS #top{}
, A selector can indicate that a css rule applies to multiple elements. Which is correct? - ANS
h1,h2,h3{font-family:"time", Georgia, serif}
When applying font faces in CSS rule, which is correct? - ANS font-family, font size, color
Diff. between padding & margin - ANS margin: outer space
Padding: inner
Which is not a block level html element used for page design? - ANS span
Which is true of web images - ANS png is bitmap based
CGI & lang. - ANS Common gateway interface
php, perl, asp
True of SAAS - ANS software licensing & delivery model
Web app framework - ANS set of software tools for dev
Web servers default doc name - ANS index & default
JDBC - ANS Java API for executing SQL statements, establishes connection with data source,
send queries, updates statements
what are SASS used for with adding functionality - ANS CSS extension lang for pre-processing
Purpose of W3C - ANS guide development of editors for dev. w/ disabilities
Inline CSS Style - ANS style att. within each html tag
specific section
<p style = "color:blue;"> Text in blue. </p>
Internal CSS style - ANS styles within style tags in header, to all elements
<head> <style> p{color:blue;}</style></head>
External CSS style - ANS styles in separate file referred as link in header, industry standard
<head><link rel="stylesheet" href="styles.css"></head>
use of inline & internal definitions - ANS reduces number of files web browser must download
before displaying content
not rec. for multiple pages
Property - ANS color, font-size etc.
Value - ANS blue, 12px
css key info - ANS describes how html elements are displayed
saves a lot of work
control multiple pages at one time
external stylesheets stored in css files
CSS rule positions image to the right of text - ANS img {float:right; margin-left: 0px}
Video formats for HTML - ANS ogg web mp4
,Tag pair for embedding audio, video and interactive maps in html - ANS iframe
code for attaching external style sheets to html - ANS <link rel="stylesheet" type="text/css"
href="css/mystle.css">
html canvas API supports which shape - ANS rectangle
Primary use of html5 canvas - ANS draw graphics, on the fly, via java
which code defines an images map regions - ANS <area shape="rect" coords="0,0,0,0"
href="home.html" alt="home"/>
For a circle hotspot, what do 90,45,30 mean - ANS center cord & radiu s
Which code to use image as a hyperlink - ANS <a href="http://www.x.com"> <img
src="questions.jpg" alt="Questions"</a
What does GUI & html editors offer that text editors do not? - ANS live preview pages
Want to preview a page using GUI html editor, which is true - ANS preview all pages with
browsers installed on computer
W3C markup validation services - ANS HTML & CSS syntax checking
When optimizing content on mobile - ANS reduce amount of content to reduce scrolling
Example of CSS ID - ANS #top{}
, A selector can indicate that a css rule applies to multiple elements. Which is correct? - ANS
h1,h2,h3{font-family:"time", Georgia, serif}
When applying font faces in CSS rule, which is correct? - ANS font-family, font size, color
Diff. between padding & margin - ANS margin: outer space
Padding: inner
Which is not a block level html element used for page design? - ANS span
Which is true of web images - ANS png is bitmap based
CGI & lang. - ANS Common gateway interface
php, perl, asp
True of SAAS - ANS software licensing & delivery model
Web app framework - ANS set of software tools for dev
Web servers default doc name - ANS index & default
JDBC - ANS Java API for executing SQL statements, establishes connection with data source,
send queries, updates statements
what are SASS used for with adding functionality - ANS CSS extension lang for pre-processing
Purpose of W3C - ANS guide development of editors for dev. w/ disabilities