This forum is now read-only. Please use our new forums! Go to forums

0 points
Submitted by saurabhshukla
over 10 years

Can you swing it section Task 2

Make the introduction paragraph and the summary paragraph have a font-weight of bold (this is a new property for you, but it works just like the others you’ve learned).what is the code for this problem in can you swing it section ????

Answer 5258c67180ff339652002c02

1 vote

Permalink

the introduction and summary paragraphs are inside the body so if you enter the code body p{ font-weight: bold;} this will only bold the introduction and summary. the other paragraphs are nested inside of div’s so they are not changed.

here is the entire code i used and it worked. p{ font-family: Garamond; } body p{ font-weight: bold; } div p{ color: #7AC5CD; } li p{ color: #000000; text-decoration: underline; }

points
Submitted by Charles Rocha
over 10 years

Answer 52397e72548c35d37e002598

0 votes

Permalink

if u talk about only “font-weight of bold “ so it will change in html page.just like”color:red,font-family:timse,as well as u should right that particular paragraph “font-weight:bold”

points
Submitted by DEVASHISH SOHANI
over 10 years

2 comments

saurabhshukla over 10 years

thanks

Tariq AZZOUZI over 10 years

Can u tell me how to select juste the intro and the summary paragraphs pls ^^ ?