100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached
logo-home
Introduction to CSS Questions and Answers $12.99   Add to cart

Exam (elaborations)

Introduction to CSS Questions and Answers

 5 views  0 purchase
  • Course
  • PCSS
  • Institution
  • PCSS

Introduction to CSS Questions and Answers What does CSS stand for? Cascading Style Sheet What is CSS? Style sheet language that provides the formatting and "look" of a Web page or document written in a markup language. It's the presentation of a webpage. What are the two stages the...

[Show more]

Preview 2 out of 5  pages

  • November 24, 2024
  • 5
  • 2024/2025
  • Exam (elaborations)
  • Questions & answers
  • PCSS
  • PCSS
avatar-seller
Pogba119
Introduction to CSS Questions and
Answers
What does CSS stand for? - answer Cascading Style Sheet

What is CSS? - answer Style sheet language that provides the formatting and "look"
of a Web page or document written in a markup language. It's the presentation of a
webpage.

What are the two stages the browser combines the document's content with its style
information? - answer 1. The browser converts HTML and CSS into DOM.
(The DOM combines the content with its style)
2. The browser displays the contents of the DOM.

The ______ is where the CSS and document's content meet up? - answer DOM

a._______-_______ elements look like they start on a new line. b._______ elements
flow within the text and do not start on a new line. - answer a.) Block-level elements
b.) Inline elements

The key to understanding how CSS works is to imagine that there is an ________
_____ around every HTML element. - answer invisible box

CSS allows you to _______ ______ that control the way that each individual box (and
the contents of that box) is presented. - answer create rules

CSS works by associating rules with _______ elements. - answer HTML

What type of language is CSS? - answer Declarative

What is a declarative language? - answer A program that specifies what is to be
done rather than how to do it.

Nonprocedural and Very High Level Language are other names for... - answer
Declarative Language

Identifiers that indicate which stylistic features you want to change.
eg.) font, width, background-color, size, etc. - answer CSS Properties

Indicates how you want to change the style of the property.
eg.) If you want to specify a color property then the value is the color you want the text
in these elements to be (14px, Serif, Blue, etc.). - answer CSS Values

, A CSS rule contains two parts: a ________ and a ________. - answer Selector and
a Declaration

Indicates how the elements referred to in the selector should be styled. - answer
CSS Declaration

The two parts of a CSS Declarations are: a _______ and a _______. - answer a
Property and a Value

CSS Declarations are paired with ________ to produce CSS rulesets? - answer
Selectors

Indicates which element the rule applies to.
eg.) p {}, .class {}, etc. - answer CSS Selectors

Each declaration contained inside a declaration block has to be separated by a...? -
answer semi-colon;

The selector plus the declaration block is called a...? - answer Ruleset

What is the code to link an EXTERNAL CSS? - answer <link href="css/styles.css"
type="text/css" rel="stylesheet"/>

This element is used in an HTML document to tell the browser where to find the CSS
file used to style the page. - answer <link>

What are the three attributes of a CSS link element? - answer 1. href
2. type
3. rel

The _______ attribute specifies the path to the CSS file (which is often placed in a
folder called css or styles). - answer href

The _______ attribute specifies the type of document being linked to. The value should
be text/css. - answer type

The _______ attribute specifies the relationship between the HTML page and the file it
is linked to. The value should be stylesheet when linking to a CSS file. - answer rel

The code below is an example of:

<style type="text/css">
body {
font-family: arial;
}
</style> - answer Internal CSS

The benefits of buying summaries with Stuvia:

Guaranteed quality through customer reviews

Guaranteed quality through customer reviews

Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.

Quick and easy check-out

Quick and easy check-out

You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.

Focus on what matters

Focus on what matters

Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!

Frequently asked questions

What do I get when I buy this document?

You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.

Satisfaction guarantee: how does it work?

Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.

Who am I buying these notes from?

Stuvia is a marketplace, so you are not buying this document from us, but from seller Pogba119. Stuvia facilitates payment to the seller.

Will I be stuck with a subscription?

No, you only buy these notes for $12.99. You're not tied to anything after your purchase.

Can Stuvia be trusted?

4.6 stars on Google & Trustpilot (+1000 reviews)

62890 documents were sold in the last 30 days

Founded in 2010, the go-to place to buy study notes for 14 years now

Start selling
$12.99
  • (0)
  Add to cart