Answers for "how to style echo in php"

PHP
0

how to style echo in php

You can style it by the following way:

echo "<p style='color:red;'>" . $ip['cityName'] . "</p>";
echo "<p style='color:red;'>" . $ip['countryName'] . "</p>";
Posted by: Guest on March-17-2021

Browse Popular Code Answers by Language