Which tag will you use to add style on your website?
quiz:
How will you add blue color to all paragraph tags?</p><p>Hint: write four parts of a style rule
quiz:
<span style="background-color: transparent; color: rgb(0, 0, 0);">How would you set a purple background color to an element?</span>
quiz:
How to set the width of all paragraph tags as half of the available width? </p><p>Hint: think about the total width as a percent and then think about the half of the width
quiz:
Which one is not true?
quiz:
How can we add multiple classes to an HTML element?