Avatar

Exercise v3.0

By w3schools on w3schools.com

More about this content:

This exercise is about setting the color of a paragraph to "blue" using the correct HTML attribute and CSS. The HTML attribute used to set the color is "style" and the corresponding CSS used is "color: blue". The example given is a paragraph with the HTML code " This is a paragraph. ". The answer to the exercise is to add "style="color: blue"" to the HTML code to make the paragraph blue.

READ MORE
Visit