Answers for "Use CSS in PHP Echo with Style Attribute"

0

Use CSS in PHP Echo with Style Attribute

<!DOCTYPE html>
<html>
<body>

<?php
echo "Welcome to Softhunt.net";
echo "<p style='color:red;'>This is a text in PHP echo.</p>";
?>

</body>
</html>
Posted by: Guest on December-28-2021

Python Answers by Framework

Browse Popular Code Answers by Language