Respuesta :
Answer:
<html>
<body>
<p style="text-align:center;color:red;">This is a paragraph.</p>
<p style="text-align:right;color:red;">This is a paragraph.</p>
<p><i> This text is italic</i></p>
</body>
</html>
Explanation:
i got a 100%
n this exercise we have to use the knowledge in computational language in HTML to write the following code:
We have the code can be found in the attached image.
So in an easier way we have that the code is
<html>
<body>
<p style="text-align:center;color:red;">This is a paragraph.</p>
<p style="text-align:right;color:red;">This is a paragraph.</p>
<p><i> This text is italic</i></p>
</body>
</html>
See more about HTML at brainly.com/question/15093505
