Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I need help with this asap i am using html to answer these 4 questions Question 1 Write the CSS style rule (including selector and

I need help with this asap i am using html to answer these 4 questions

Question 1

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

Here is our menu

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

Here is our menu

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

Here is our menu

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

Here is our menu

Pizzas

  • Pepperoni
  • Cheese

Sandwiches

  • Philly
  • Italian

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Distributed Relational Database Architecture Connectivity Guide

Authors: Teresa Hopper

4th Edition

0133983064, 978-0133983067

More Books

Students also viewed these Databases questions

Question

What are the options for attributing the messages authorship?

Answered: 1 week ago