C779 Questions and Correct Answers/
Latest Update / Already Graded
Which of the following is an example of a CSS ID?
Ans: #top { }
A selector can indicate that a CSS rule applies to multiple elements.
Which of these examples shows the correct method?
Ans: h1, h2, h3 {font-family: "Times",Georgia,serif}
Here is a simple CSS rule: p {font-size: 14em} What part of the CSS
rule-set is 'font-size'?
Ans: Property
What is web graphics interlacing?
Ans: a method of image encoding
,2 | Page
Which Web-ready image formats support interlacing?
Ans: GIF 87a, GIF 89a and PNG
What is the most commonly used CSS properties for font-related
selectors?
Ans: font-family, font-size, color
When applying font faces in a CSS rule, which of these examples
show the correct method?
Ans: p {font-family: "Times New Roman", serif;}
What is the difference between padding and margin assigned to an
HTML element?
Ans: Margin is the outer space of an element, padding is the inner space
of an element
, 3 | Page
Which of the following tags is not a block-level HTML element used
for page design?
Ans: <span>
Which of the following statements are true of web images?
Ans: PNG is a bitmap-based format
What is Responsive Design?
Ans: a method of web design that encompasses multiple platforms
Which of the following do many GUI HTML editors offer that text
editors do not?
Ans: Live Preview of pages
Sage is developing a Web page using a GUI HTML editor. She wants
to use this editor to preview the page as she develops it. Which of
the following is true?