The best-practice HTML tags for coding navigation menus are
<title> and <link> tags <ul> and <li> tags <div> and <span> tags <img> and <item> tags EXPLANATION While it’s possible to code a navigation menu using <div> and <span> tags, it’s not a best practice. Navigation menus are lists of …
Read more →
Charo has created the following CSS class selector to make some text 14 pixels large. Her HTML is correct, but the class is still not working. Why? #date { fontsize: 14 pixels; }
She is using the wrong character in her selector for a CSS class. Her syntax for the 14 pixels value is incorrect. Her syntax for fontsize is incorrect. All of the above EXPLANATION Charo needs to fix three errors in …
Read more →
Which CSS property controls the left/right/center alignment of text?
alingment text-alingment line-center text-align EXPLANATION The text-align property aligns text: left, right, center, or justify
Tracking is roughly equal to which CSS property?
line-spacing word-spacing letter-spacing line-height EXPLANATION The letter-spacing property is tracking for typography on the web.
Which CSS property controls the color of a font?
font-color fontcolor color Non of the above EXPLANATION The color property sets the foreground color of an element’s text content, and decorations (line-through, underline, etc.).
In Google Chrome, the Web Developer Tools (activated with the “Inspect Element” menu item) provide the ability to
View your page on different browsers and on different operating systems Permanently modify the HTML and CSS of public websites View the CSS being applied to any particular element All of the above EXPLANATION Chrome’s Developer Tools provides the ability …
Read more →
During this course, we created buttons by
Styling <a> tags with CSS Uploading images created in Photoshop Using the <button> tag Using the <div> and <span> tags EXPLANATION The <a> element (or anchor element) defines a hyperlink for linking to internal and external content.
What does the tag do?
Creates a box with a black border/outline Divides a page visually into columns Creates a horizontal rule Creates an invisible box that can be styled with CSS EXPLANATION The <div> element (or division element) is a generic, non-semantic, container or …
Read more →
Leading is roughly equal to which CSS property?
line-leading line-height text-spacing line-spacing EXPLANATION The line-height property is leading for typography on the web.
Which CSS property controls the size of a typeface?
size front-size text-size type-size EXPLANATION The font-size property specifies the size of the font in CSS.
What property refers to the space inside a CSS box?
height margin border padding EXPLANATION The padding property sets the padding space on all sides of an element. The padding area is the inside space between the content and border of an element. Negative values are not allowed.
At what resolution should Photoshop files be prepared?
72 dpi 300 dpi 96 dpi All of the above EXPLANATION The important measure in the size of Photoshop comps is the number of pixels; the number “dots per inch” or “pixels per inch” is irrelevant and any value will …
Read more →
What typefaces can appear on modern websites?
Any typeface the designer owns Only typefaces pre-installed on Macs and PCs Any typeface that’s licensed for web use Any typeface downloaded from the web EXPLANATION Type foundries and distributors have drastically restricted which and how fonts can appear on …
Read more →
GIFs are most appropriately used for which kind of images?
Line art and illustrations Background Full color photographs Black-and-white photographs EXPLANATION GIFs are most appropriately used for line art and illustrations. A general rule is; if it’s not a photograph, it’s probably an illustration, and save as a GIF or …
Read more →
Which image file type is not appropriate for use on the web?
JPEG TIFF GIF PNG EXPLANATION TIFF, short for Tagged Image File Format, is a popular raster image file format used by graphic artists, the publishing industry, and photographers.
Creates a box with a black border/outline Divides a page visually into columns Creates a horizontal rule Creates an invisible box that can be styled with CSS EXPLANATION The <div> element (or division element) is a generic, non-semantic, container or …
Read more →
Leading is roughly equal to which CSS property?
line-leading line-height text-spacing line-spacing EXPLANATION The line-height property is leading for typography on the web.
Which CSS property controls the size of a typeface?
size front-size text-size type-size EXPLANATION The font-size property specifies the size of the font in CSS.
What property refers to the space inside a CSS box?
height margin border padding EXPLANATION The padding property sets the padding space on all sides of an element. The padding area is the inside space between the content and border of an element. Negative values are not allowed.
At what resolution should Photoshop files be prepared?
72 dpi 300 dpi 96 dpi All of the above EXPLANATION The important measure in the size of Photoshop comps is the number of pixels; the number “dots per inch” or “pixels per inch” is irrelevant and any value will …
Read more →
What typefaces can appear on modern websites?
Any typeface the designer owns Only typefaces pre-installed on Macs and PCs Any typeface that’s licensed for web use Any typeface downloaded from the web EXPLANATION Type foundries and distributors have drastically restricted which and how fonts can appear on …
Read more →
GIFs are most appropriately used for which kind of images?
Line art and illustrations Background Full color photographs Black-and-white photographs EXPLANATION GIFs are most appropriately used for line art and illustrations. A general rule is; if it’s not a photograph, it’s probably an illustration, and save as a GIF or …
Read more →
Which image file type is not appropriate for use on the web?
JPEG TIFF GIF PNG EXPLANATION TIFF, short for Tagged Image File Format, is a popular raster image file format used by graphic artists, the publishing industry, and photographers.