BTEC Level 3 DIPLOMA/EXTENDED IT PRACTITIONERS Software Development
Unit 20 Client-Side Customisation of Web Pages
ASSIGNMENT 1 CSS Selectors template (P1)
Date: 07/02/2019
1. Tag selectors - complete the table
Describe what a tag selector targets on a HTML page? A tag selector is used to target and style HTML tags. An example could be a tag like “p”.
Example of the CSS code for a tag selector <p> Hello World </p>
2. Class selectors - complete the table
Describe what a class selector targets on a HTML page? The class selector is used multiple times within a page and can be named anything.
Example of the CSS code for a class selector body
{
background-color: aqua;
}
3. ID selectors - complete the table
Describe what an ID selector targets on a HTML page? The ID tag is most commonly used to target and style div’s, it can only be used once per
page.
Example of the CSS code for an ID selector #firstname {
background-color: yellow;
}
, 4. Descendent selectors - complete the table
Describe what a descendent selector targets on a HTML A descendent selector is a combination of selectors used to style an element within
page? another element.
Example of the CSS code for a descendent selector div p {
background-color: yellow;
}
The benefits of buying summaries with Stuvia:
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
You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.
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 ItsKenzie. Stuvia facilitates payment to the seller.
Will I be stuck with a subscription?
No, you only buy these notes for $10.36. You're not tied to anything after your purchase.