with answers |\
An organization has users which run older versions of Internet
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\
Explorer. |\
Which action should be done to ensure that that web page
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\
content is visible in all browsers?
|\ |\ |\ |\ |\
-Add Visual Studio code to HTML documents and create a new
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\
CSS rule. |\
-Add JavaScript code to HTML documents and create a new CSS
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\
rule.
-Place buttons on the page to enable visitors to open the page in
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\
Microsoft Edge. |\
-Place buttons on the page to enable visitors to access the
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\
Microsoft Edge download site. - CORRECT ANSWERS ✔✔Add
|\ |\ |\ |\ |\ |\ |\ |\
JavaScript code to HTML documents and create a new CSS rule.
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\
What happens when a site visitor views a web page that uses a
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\
font unavailable on the visitor's computer?
|\ |\ |\ |\ |\
-The site elements using that font will fail to display.
|\ |\ |\ |\ |\ |\ |\ |\ |\
-The browser's default font will be displayed.
|\ |\ |\ |\ |\ |\
-An error message about the font will be displayed.
|\ |\ |\ |\ |\ |\ |\ |\
,-The site will display a button to download the needed font. -
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\
CORRECT ANSWERS ✔✔The browser's default font will be
|\ |\ |\ |\ |\ |\ |\ |\
displayed.
Which two methods are used to apply Cascading Style Sheets
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\
(CSS)? Choose 2 answers.
|\ |\ |\
-Embedding an external style sheet in an HTML page
|\ |\ |\ |\ |\ |\ |\ |\
-Linking an HTML page to an internal style sheet
|\ |\ |\ |\ |\ |\ |\ |\
-Embedding an internal style sheet in an HTML page
|\ |\ |\ |\ |\ |\ |\ |\
-Linking an HTML page to an external style sheet
|\ |\ |\ |\ |\ |\ |\ |\
-Declaring an inline HTML style sheet attribute in an HTML
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\
element - CORRECT ANSWERS ✔✔- Embedding an internal style
|\ |\ |\ |\ |\ |\ |\ |\ |\
sheet in an HTML page
|\ |\ |\ |\
- Linking an HTML page to an external style sheet
|\ |\ |\ |\ |\ |\ |\ |\ |\
Which value of the opacity property in CSS3, represents
|\ |\ |\ |\ |\ |\ |\ |\ |\
completely opaque? |\
-0.00
-0.10
-1.00
-1.10 - CORRECT ANSWERS ✔✔1.00
|\ |\ |\ |\
Which directive overrides normal cascading in CSS?
|\ |\ |\ |\ |\ |\
, -/*!Overwrite*/
-/*Overwrite!*/
-Important!
-!Important - CORRECT ANSWERS ✔✔!Important |\ |\ |\ |\
What are Syntactically Awesome Style Sheets (SASS) used for
|\ |\ |\ |\ |\ |\ |\ |\ |\
with regard to adding functionality?
|\ |\ |\ |\
-As an HTML extension language for postprocessing
|\ |\ |\ |\ |\ |\
-As an HTML extension language for preprocessing
|\ |\ |\ |\ |\ |\
-As a CSS extension language for postprocessing
|\ |\ |\ |\ |\ |\
-As a CSS extension language for preprocessing - CORRECT
|\ |\ |\ |\ |\ |\ |\ |\ |\
ANSWERS ✔✔As a CSS extension language for preprocessing
|\ |\ |\ |\ |\ |\ |\
Given the following CSS:
|\ |\ |\ |\
p{color: red;} |\
p{color: yellow;} |\
p{color: green;} |\
p{color: purple;} |\ |\
Which color is used when text in the referenced paragraph
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\
displays?
-Red