Question

7 pts Write the code to create a heading level 3 with a background color green and rounded corners. HTML Editora BIYA - A - I
Question 5 7 pts Write the HTML/CSS that creates a class named tsutext that changes the text color to purple and centers it.
u/quizzes/32168/take DT Question 6 9 pts Explain three advantages of using CSS and tell why each one is an advantage. HTML Ed
0 0
Add a comment Improve this question Transcribed image text
Answer #1

4)

CSS:

h3 {

background-color: green;

border-radius: 10px;

}

HTML:

<h3>Welcome to HTML </h3>

5)

CSS:

.tsutext {

color: purple;

align-content: center;

}

HTML

<p class="tsutext" />

Add a comment
Know the answer?
Add Answer to:
7 pts Write the code to create a heading level 3 with a background color green...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT