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.
line-spacing word-spacing letter-spacing line-height EXPLANATION The letter-spacing property is tracking for typography on the web.
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.).
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 →
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.
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 →
line-leading line-height text-spacing line-spacing EXPLANATION The line-height property is leading for typography on the web.
size front-size text-size type-size EXPLANATION The font-size property specifies the size of the font in CSS.
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.
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 →
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 →
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 →
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.
element is currently set to zero, which of the following could account for the fact that there is still space between two consecutive paragraphs on a page?
The space between <p> elements cannot be removed using CSS The <p> elements automatically have margin-top, which must also be reset The <p> elements automatically have padding, which must also be reset The height of the <p> elements must be …
Read more →
Nothing; it should always remain blank The location or URL of an image file The CSS coordinates where an image should appear The class name, used in CSS to style the image EXPLANATION The <src> attribute requires the location or …
Read more →
Sets the background color of the <caption> tag to white Sets the background color of any tag with <caption=”true”> to white Sets the background color of any tag with <class=”caption”> to white Sets the background color of any tag with …
Read more →
Eggs
Milk
Butter
Class names can’t have hyphens <p> tags are the wrong tag to use here There’s no such thing as a <ul> tag None of the above EXPLANATION A list requires at least one list item, defined as an <li> element. …
Read more →