Question
We are using HTML i need help with these 4 questions asap. Write the CSS style rule (including selector and style declarations with correct syntax)
We are using HTML i need help with these 4 questions asap.
Write the CSS style rule (including selector and style declarations with correct syntax) to achieve the following style for the HTML below: Set all h3 elements to have yellow text.
The HTML will not be modified.
Hi
- Location 1
- Location 2
Hello
Welcome to Pizza City
Pizzas
- Pepperoni
- Cheese
Sandwiches
- Philly
- Italian
__________________________________________________________________
Question 2
Write the CSS style rule (including selector and style declarations with correct syntax) to achieve the following style for the HTML below: Set only the h3 element containing Pizzas to have a background color of orange.
The HTML will not be modified.
Hi
- Location 1
- Location 2
Hello
Welcome to Pizza City
Pizzas
- Pepperoni
- Cheese
Sandwiches
- Philly
- Italian
____________________________________________________________________
Question 3
Write the CSS style rule (including selector and style declarations with correct syntax) to achieve the following style for the HTML below: Set both the Hi h3 element and the Here is our menu div to have a background color of green.
The HTML will not be modified.
Hi
- Location 1
- Location 2
Hello
Welcome to Pizza City
Pizzas
- Pepperoni
- Cheese
Sandwiches
- Philly
- Italian
__________________________________________________________
Question 4
Write the CSS style rule (including selector and style declarations with correct syntax) to achieve the following style for the HTML below:
Set all unordered lists that are inside the div with id food to have red text.
The HTML will not be modified.
Hi
- Location 1
- Location 2
Hello
Welcome to Pizza City
Pizzas
- Pepperoni
- Cheese
Sandwiches
- Philly
- Italian
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started