Q: 11
Given the following CSS margin shorthand property:
```css
p {
margin: 10px 20px 25px 30px;
}
```
How many pixels is the top margin?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Q: 12
Given the following javaScript code:
Which code segment calls the method?
Which code segment calls the method?Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Q: 13
Which CSS property defines whether users can see an element when it is rotated away from them?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Q: 14
Which option changes the content of the first line to a valid CSS comment?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Q: 15
A web page has the following CSS code:
Which selector should a developer use to invoke the CSS?
Which selector should a developer use to invoke the CSS?Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Q: 16
What is the used to render images dynamically?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Q: 17
Which technique should a developer use for text-based hyperlink on mobile web page?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Q: 18
Which rule sets the background color of all hyperlinks to green?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Q: 19
Which CSS positioning scheme should a developer use to ensure that an element remains in the
same position when a user scrolls a page?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Q: 20
Given the following code:
html
Copy
Edit
<!DOCTYPE html>
<html>
<head>
<style>
p { font-family: Georgia, serif; }
</style>
</head>
<body>
<h1>The font-family Property</h1>
<p>The quick brown fox jumps over the lazy dog.</p>
</body>
</html>
Which CSS rule would ensure the heading displays at 16pt size?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Question 11 of 20 · Page 2 / 2