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.
If the bottom margin of a 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 →
What should go between the quotes in the following code example? ![]()
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 →
What does the following code example do? .caption { background-color: #ffffff; }
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 →
What’s wrong with the following code example? 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 →
What’s wrong with the following code example?
<p class=”lead”>We are a consulting firm with twenty years of experience. <p>If you’d like to get in touch, please call today!</p> All the text is coded on one line A closing <p> tag is missing Class names must have at …
Read more →
You are going to check your site’s technical health, but you need to exclude a part of your website from the analysis. What is the easiest way to do this with the help of SEMrush?
Use the Site Audit Disallow Rules Block the bot from crawling sitemaps Use the Site Audit Allow Rules Delete a part of your website Alter your robots.txt file
Which tool helps you better understand what’s happening on your website and improve your SEO strategy based on your actual traffic statistics?
Position Tracking On Page SEO Checker Backlink Audit Organic Traffic Insights
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.
If the bottom margin of a 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 →
What should go between the quotes in the following code example? ![]()
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 →
What does the following code example do? .caption { background-color: #ffffff; }
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 →
What’s wrong with the following code example? Eggs
Milk
Butter
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 →
What’s wrong with the following code example?
<p class=”lead”>We are a consulting firm with twenty years of experience. <p>If you’d like to get in touch, please call today!</p> All the text is coded on one line A closing <p> tag is missing Class names must have at …
Read more →
You are going to check your site’s technical health, but you need to exclude a part of your website from the analysis. What is the easiest way to do this with the help of SEMrush?
Use the Site Audit Disallow Rules Block the bot from crawling sitemaps Use the Site Audit Allow Rules Delete a part of your website Alter your robots.txt file
Which tool helps you better understand what’s happening on your website and improve your SEO strategy based on your actual traffic statistics?
Position Tracking On Page SEO Checker Backlink Audit Organic Traffic Insights