Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

If you want all the paragraphs throughout your web site to display their text in black, bold lettering, you should add an element-based style rule

If you want all the paragraphs throughout your web site to display their text in black, bold lettering, you should add an element-based style rule (for

elements) to your CSS file. Which of these style rules in your CSS file is using the correct syntax?

Question 7 options:

A)

p (black: color; bold: font-weight)

B)

p (color="black"; font-weight="bold")

C)

p {color=black; font-weight=bold}

D)

p {color: black; font-weight: bold}

Save

Question 8 (1 point)

image text in transcribed

Which statement is NOT true?

Question 8 options:

A)

An ID should be assigned to only one element in an HTML page.

B)

A class-based style rule will start with a period:

.menus { .....}

C)

An ID-based style rule will start with a # sign:

#menu {.......}

D)

A class should be assigned to only one element in an HTML page.

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

More Books

Students also viewed these Databases questions

Question

3. Management of information and interaction.

Answered: 1 week ago

Question

Know the three main dimensions of the service environment.

Answered: 1 week ago