Computer Science, asked by goelt393, 10 months ago

Write the HTML code to insert a paragraph with
alignment = right, font = Arial, color=blue anch
size=4​

Answers

Answered by educatorvs
6

Answer:

<html>

<head>

<title>educatorvs</title>

</head>

<body>

<font face="arial" size="4" color="blue">

<p style="text-align:right;">

For more queries you can also follow me.

Mark me as brainliest plz.

Thank you for asking.

Give ratings plz

</p>

</body>

</html>

Similar questions